iQ Block Country - Version 1.1.43

Version Description

  • Change: Altered address for Asia API Key server
Download this release

Release Info

Developer iqpascal
Plugin Icon 128x128 iQ Block Country
Version 1.1.43
Comparing to
See all releases

Code changes from version 1.1.42 to 1.1.43

Files changed (2) hide show
  1. iq-block-country.php +3 -3
  2. readme.txt +6 -2
iq-block-country.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: iQ Block Country
4
  Plugin URI: https://www.webence.nl/plugins/iq-block-country-the-wordpress-plugin-that-blocks-countries-for-you/
5
- Version: 1.1.42
6
  Author: Pascal
7
  Author URI: https://www.webence.nl/
8
  Description: Block visitors from visiting your website and backend website based on which country their IP address is from. The Maxmind GeoIP lite database is used for looking up from which country an ip address is from.
@@ -234,10 +234,10 @@ define("BANLISTRETRIEVEURL","https://eu.adminblock.webence.nl/iq-block-country-r
234
  define("GEOIPAPIURL","https://eu.geoip.webence.nl/geoipapi.php");
235
  define("GEOIPAPIURLUS","https://us.geoip.webence.nl/geoipapi.php");
236
  define("GEOIPAPIURLUS2","https://us2.geoip.webence.nl/geoipapi.php");
237
- define("GEOIPAPIURLASIA","https://asia.geoip.webence.nl/geoipapi.php");
238
  define("GEOIPAPICHECKURL","https://eu.geoip.webence.nl/geoipapi-keycheck.php");
239
  define("ADMINAPICHECKURL","https://tracking.webence.nl/adminapi-keycheck.php");
240
- define("VERSION","1.1.41");
241
  define("DBVERSION","122");
242
  define("PLUGINPATH",plugin_dir_path( __FILE__ ));
243
 
2
  /*
3
  Plugin Name: iQ Block Country
4
  Plugin URI: https://www.webence.nl/plugins/iq-block-country-the-wordpress-plugin-that-blocks-countries-for-you/
5
+ Version: 1.1.43
6
  Author: Pascal
7
  Author URI: https://www.webence.nl/
8
  Description: Block visitors from visiting your website and backend website based on which country their IP address is from. The Maxmind GeoIP lite database is used for looking up from which country an ip address is from.
234
  define("GEOIPAPIURL","https://eu.geoip.webence.nl/geoipapi.php");
235
  define("GEOIPAPIURLUS","https://us.geoip.webence.nl/geoipapi.php");
236
  define("GEOIPAPIURLUS2","https://us2.geoip.webence.nl/geoipapi.php");
237
+ define("GEOIPAPIURLASIA","https://us2.geoip.webence.nl/geoipapi.php");
238
  define("GEOIPAPICHECKURL","https://eu.geoip.webence.nl/geoipapi-keycheck.php");
239
  define("ADMINAPICHECKURL","https://tracking.webence.nl/adminapi-keycheck.php");
240
+ define("VERSION","1.1.43");
241
  define("DBVERSION","122");
242
  define("PLUGINPATH",plugin_dir_path( __FILE__ ));
243
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: iqpascal
3
  Donate link: https://www.webence.nl/plugins/donate
4
  Tags: spam, block, country, comments, ban, geo, geo blocking, geo ip, block country, block countries, ban countries, ban country, blacklist, whitelist, security
5
  Requires at least: 3.5.2
6
- Tested up to: 4.7.4
7
- Stable tag: 1.1.42
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -213,6 +213,10 @@ As the basic rule is to block all and every post you have to configure this in a
213
 
214
  == Changelog ==
215
 
 
 
 
 
216
  = 1.1.42 =
217
 
218
  * Bugfix: Temp fix for some people who had issues being blocked from the backend.
3
  Donate link: https://www.webence.nl/plugins/donate
4
  Tags: spam, block, country, comments, ban, geo, geo blocking, geo ip, block country, block countries, ban countries, ban country, blacklist, whitelist, security
5
  Requires at least: 3.5.2
6
+ Tested up to: 4.8
7
+ Stable tag: 1.1.43
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
213
 
214
  == Changelog ==
215
 
216
+ = 1.1.43 =
217
+
218
+ * Change: Altered address for Asia API Key server
219
+
220
  = 1.1.42 =
221
 
222
  * Bugfix: Temp fix for some people who had issues being blocked from the backend.