diff --git a/src/class-geoip.php b/src/class-geoip.php index 82cc28f..183caae 100755 --- a/src/class-geoip.php +++ b/src/class-geoip.php @@ -1,7 +1,7 @@ geos['countrycode'] ) ) { $country = $this->geos['countrycode']; } diff --git a/src/readme.txt b/src/readme.txt index 9a50f27..0b3918a 100755 --- a/src/readme.txt +++ b/src/readme.txt @@ -2,8 +2,8 @@ Contributors: wpengine, markkelnar, stevenkword, stephenlin, ryanshoover, taylor4484, nateinaction Tags: wpe, wpengine, geotarget, geoip, localization, geolocation Requires at least: 3.0.1 -Tested up to: 5.2 -Stable tag: 1.2.7 +Tested up to: 5.5 +Stable tag: 1.2.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -263,6 +263,10 @@ Please contact the WP Engine [Support Team](https://my.wpengine.com/support). == Changelog == += 1.2.8 = +- Fix for development sites that call the `continent` method +- Bump for WP 5.5 compatibility + = 1.2.7 = - Optimize plugin name rename loop - Bump for WP 5.2 compatibility