Changeset 1478376
- Timestamp:
- 08/19/2016 03:41:21 AM (10 years ago)
- Location:
- safly-cloud-protection
- Files:
-
- 12 added
- 3 edited
-
tags/1.7.0 (added)
-
tags/1.7.0/LICENSE.txt (added)
-
tags/1.7.0/core (added)
-
tags/1.7.0/core/safly-avatar.php (added)
-
tags/1.7.0/core/safly-interact.php (added)
-
tags/1.7.0/core/safly-request-test.php (added)
-
tags/1.7.0/index.php (added)
-
tags/1.7.0/options.php (added)
-
tags/1.7.0/readme.txt (added)
-
tags/1.7.0/safly-protection.php (added)
-
tags/1.7.0/variables.php (added)
-
tags/1.7.0/wrapper.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/safly-protection.php (modified) (2 diffs)
-
trunk/wrapper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
safly-cloud-protection/trunk/readme.txt
r1477791 r1478376 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6.0 6 Stable tag: 1.7. 06 Stable tag: 1.7.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 == Changelog == 50 50 51 = 1.7.1 = 52 * Bug Fix: Some bugfixes 53 51 54 = 1.7.0 = 52 55 * Improvement: Offer more options … … 84 87 == Upgrade Notice == 85 88 89 = 1.7.1 = 90 Bug Fix: Some bugfixes 91 86 92 = 1.7.0 = 87 93 Improvement: Offer more options -
safly-cloud-protection/trunk/safly-protection.php
r1477791 r1478376 4 4 Plugin URI: https://www.safly.org 5 5 Description: A secure plug-in which helps you be away from being collected, brute force attack and so on, Based on SaFly Cloud API, Designed by SaFly.ORG™. 多方位保护您的 WordPress,基于 SaFly Interact WAF™ 创新技术。 6 Version: 1.7. 06 Version: 1.7.1 7 7 Author: SaFly.ORG™ 8 8 Author URI: https://www.safly.org … … 35 35 } 36 36 37 define('SaFly_VERSION', '1.7. 0');37 define('SaFly_VERSION', '1.7.1'); 38 38 define('SaFly_DIR', plugin_dir_path(__FILE__)); 39 39 define('SaFly_URL', plugin_dir_url(__FILE__)); -
safly-cloud-protection/trunk/wrapper.php
r1477791 r1478376 91 91 } 92 92 if (empty($safly_ip)) { 93 exit('SaFly Unknown IP.');93 return 'SaFly Unknown IP.'; 94 94 } 95 95 }
Note: See TracChangeset
for help on using the changeset viewer.