Plugin Directory

Changeset 2107599


Ignore:
Timestamp:
06/17/2019 06:30:35 PM (7 years ago)
Author:
LionScripts.com
Message:

Fix required while saving IP address

Location:
ip-address-blocker
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • ip-address-blocker/tags/10.5/ip-address-blocker.php

    r2107010 r2107599  
    44Plugin URI: http://www.lionscripts.com/product/wordpress-ip-address-blocker-pro/
    55Description: LionScripts' IP Blocker for WordPress allows you to stop the Spam Visitors and malicious IP Addresses. You can block IP addresses by using the manual method or the Bulk IPs Upload method. By blocking the Unwanted or Spam IP Addresses, you can save your site's Bandwidth and hence the cost significantly. The blocked IPs won't be able to scrap the precious content from your WordPress Site. You can choose to either display the blocked message or an empty page to the blocked users. To do so, you can just add the IP Address to the blocking list and anytime you can delete that IP from the blocking list if you know that it's not performing malicious activities.
    6 Version: 10.5
    7 Stable Tag: 10.5
     6Version: 10.5.1
     7Stable Tag: 10.5.1
    88Author: LionScripts.com
    99Author URI: http://www.lionscripts.com/
  • ip-address-blocker/tags/10.5/lib/lionscripts_plg_wib.class.php

    r2107010 r2107599  
    1111            $this->plg_name                 = 'IP Address Blocker';
    1212            $this->plg_description          = '';
    13             $this->plg_version              = '10.5';
     13            $this->plg_version              = '10.5.1';
    1414            $this->plg_hook_version         = '1';
    1515            $this->plg_identifier           = 'WIB';
  • ip-address-blocker/tags/10.5/readme.txt

    r2107010 r2107599  
    66Requires at least: 3.0
    77Tested up to: 5.2.1
    8 Stable tag: 10.5
     8Stable tag: 10.5.1
    99
    1010Best Security plugin available without compromising the performance of your WordPress Website.
  • ip-address-blocker/trunk/ip-address-blocker.php

    r2107010 r2107599  
    44Plugin URI: http://www.lionscripts.com/product/wordpress-ip-address-blocker-pro/
    55Description: LionScripts' IP Blocker for WordPress allows you to stop the Spam Visitors and malicious IP Addresses. You can block IP addresses by using the manual method or the Bulk IPs Upload method. By blocking the Unwanted or Spam IP Addresses, you can save your site's Bandwidth and hence the cost significantly. The blocked IPs won't be able to scrap the precious content from your WordPress Site. You can choose to either display the blocked message or an empty page to the blocked users. To do so, you can just add the IP Address to the blocking list and anytime you can delete that IP from the blocking list if you know that it's not performing malicious activities.
    6 Version: 10.5
    7 Stable Tag: 10.5
     6Version: 10.5.1
     7Stable Tag: 10.5.1
    88Author: LionScripts.com
    99Author URI: http://www.lionscripts.com/
  • ip-address-blocker/trunk/lib/lionscripts_plg_wib.class.php

    r2107010 r2107599  
    1111            $this->plg_name                 = 'IP Address Blocker';
    1212            $this->plg_description          = '';
    13             $this->plg_version              = '10.5';
     13            $this->plg_version              = '10.5.1';
    1414            $this->plg_hook_version         = '1';
    1515            $this->plg_identifier           = 'WIB';
     
    385385                }
    386386
    387                 if(filter_var($ip_address, FILTER_VALIDATE_IP))
     387                if(!filter_var($ip_address, FILTER_VALIDATE_IP))
    388388                {
    389389                    $response = '<center><b><font class="error">Incorrect IP Address Provided. Please add a valid IP address to be blocked.</font></b></center>';
  • ip-address-blocker/trunk/readme.txt

    r2107010 r2107599  
    66Requires at least: 3.0
    77Tested up to: 5.2.1
    8 Stable tag: 10.5
     8Stable tag: 10.5.1
    99
    1010Best Security plugin available without compromising the performance of your WordPress Website.
Note: See TracChangeset for help on using the changeset viewer.