diff --git a/fv-country-blocker.php b/fv-country-blocker.php index eb4a8c4..dcf46c9 100644 --- a/fv-country-blocker.php +++ b/fv-country-blocker.php @@ -3,7 +3,7 @@ * Plugin Name: FV Country Blocker * Plugin URI: https://github.com/nimrod-cohen/fv-country-blocker * Description: Block visitors from specific countries using MaxMind GeoIP database. - * Version: 1.0.27 + * Version: 1.0.28 * Author: nimrod-cohen * Author URI: https://github.com/nimrod-cohen/fv-country-blocker * License: GPL-2.0+ diff --git a/includes/fv-country-blocker.php b/includes/fv-country-blocker.php index 9327f18..5c5d7a6 100644 --- a/includes/fv-country-blocker.php +++ b/includes/fv-country-blocker.php @@ -63,7 +63,7 @@ public function add_admin_menu() { } public function check_version() { - $updater = new GhPluginUpdater(__FILE__, 'nimrod-cohen', 'fv-country-blocker'); + $updater = new GhPluginUpdater(__FILE__, null, 'nimrod-cohen', 'fv-country-blocker'); $updater->init(); } diff --git a/readme.md b/readme.md index 1da6b87..f2a56a1 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Tags: country blocker, IP blocker, geo-blocking, security Requires at least: 5.0 Tested up to: 6.0 Requires PHP: 7.0 -Stable tag: 1.0.27 +Stable tag: 1.0.28 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html