From b0e2402b81f034a7f922c0e18ae3653fbe6e3eed Mon Sep 17 00:00:00 2001 From: Damian Logghe Date: Wed, 13 Sep 2017 10:28:18 -0300 Subject: [PATCH] version bump --- README.txt | 5 ++++- geo-redirects.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 8f7dff6..0b30535 100755 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: timersys Donate link: https://timersys.com Tags: geo redirects, geo redirection, redirect by country, geotargeting, geolite, maxmind Tested up to: 4.8 -Stable tag: 1.0.2.2 +Stable tag: 1.0.2.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -34,6 +34,9 @@ Rules available: == Changelog == += 1.0.2.3 = +* Core files didn't pack on previous version + = 1.0.2.2 = * Changes rules priority to save users credits by simple putting geo rules at the end * Updated core files diff --git a/geo-redirects.php b/geo-redirects.php index 02bb2d8..02ed4ea 100755 --- a/geo-redirects.php +++ b/geo-redirects.php @@ -9,7 +9,7 @@ * Plugin Name: Geo Redirects * Plugin URI: https://geotargetingwp/ * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. - * Version: 1.0.2.2 + * Version: 1.0.2.3 * Author: Damian Logghe * Author URI: https://timersys.com * License: GPL-2.0+ @@ -23,7 +23,7 @@ die; } -define( 'GEOTR_VERSION', '1.0.2.2'); +define( 'GEOTR_VERSION', '1.0.2.3'); define( 'GEOTR_PLUGIN_FILE' , __FILE__); define( 'GEOTR_DIR', dirname(__FILE__)); define( 'GEOTR_URL', plugin_dir_url(__FILE__));