Plugin Directory

Changeset 1478376


Ignore:
Timestamp:
08/19/2016 03:41:21 AM (10 years ago)
Author:
safly
Message:

1.7.1

Location:
safly-cloud-protection
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • safly-cloud-protection/trunk/readme.txt

    r1477791 r1478376  
    44Requires at least: 3.0.1
    55Tested up to: 4.6.0
    6 Stable tag: 1.7.0
     6Stable tag: 1.7.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949== Changelog ==
    5050
     51= 1.7.1 =
     52* Bug Fix: Some bugfixes
     53
    5154= 1.7.0 =
    5255* Improvement: Offer more options
     
    8487== Upgrade Notice ==
    8588
     89= 1.7.1 =
     90Bug Fix: Some bugfixes
     91
    8692= 1.7.0 =
    8793Improvement: Offer more options
  • safly-cloud-protection/trunk/safly-protection.php

    r1477791 r1478376  
    44Plugin URI: https://www.safly.org
    55Description: 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.0
     6Version: 1.7.1
    77Author: SaFly.ORG™
    88Author URI: https://www.safly.org
     
    3535}
    3636
    37 define('SaFly_VERSION', '1.7.0');
     37define('SaFly_VERSION', '1.7.1');
    3838define('SaFly_DIR', plugin_dir_path(__FILE__));
    3939define('SaFly_URL', plugin_dir_url(__FILE__));
  • safly-cloud-protection/trunk/wrapper.php

    r1477791 r1478376  
    9191    }
    9292    if (empty($safly_ip)) {
    93         exit('SaFly Unknown IP.');
     93        return 'SaFly Unknown IP.';
    9494    }
    9595}
Note: See TracChangeset for help on using the changeset viewer.