diff --git a/README.txt b/README.txt index 66954bd..250327e 100755 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: https://geotargetingwp.com/ Tags: geotargeting, wordpress geotargeting, geolocation, geo target, geo targeting, ip geo detect Requires at least: 3.6 Tested up to: 4.8.1 -Stable tag: 2.1 +Stable tag: 2.1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -38,6 +38,9 @@ More info and docs on ([https://geotargetingwp.com/docs/geotargeting-pro/](https == Changelog == += 2.1.0.1 = +* Plugin didn't pack core updates + = 2.1 - Sept 12 = * Filter by zip function and shortcodes * Time zone, lat and lng shortcodes diff --git a/geotargeting-pro.php b/geotargeting-pro.php index 355b753..60c233e 100755 --- a/geotargeting-pro.php +++ b/geotargeting-pro.php @@ -16,7 +16,7 @@ * Plugin Name: GeoTargeting Pro * Plugin URI: http://wp.timersys.com/geotargeting/ * Description: Geo Targeting for WordPress will let you country-target your content based on users IP's and Geocountry Ip database - * Version: 2.1 + * Version: 2.1.0.1 * Author: Timersys * Author URI: http://wp.timersys.com/geotargeting/ * License: GPL-2.0+ @@ -31,7 +31,7 @@ } define( 'GEOT_PLUGIN_FILE' , __FILE__); -define( 'GEOT_VERSION' , '2.1' ); +define( 'GEOT_VERSION' , '2.1.0.1' ); define( 'GEOT_DB_VERSION' , '1.2' ); define( 'GEOT_PLUGIN_DIR' , plugin_dir_path(__FILE__) ); define( 'GEOT_PLUGIN_URL' , plugin_dir_url(__FILE__) );