From 36e19ea50f79228da79919f5ede0810a3eec5207 Mon Sep 17 00:00:00 2001 From: Carl Alberto Date: Tue, 12 May 2026 04:35:02 +0800 Subject: [PATCH] Adding the version bump --- easy-ip-blocker.php | 4 ++-- includes/class-easy-ip-blocker.php | 4 ++-- readme.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/easy-ip-blocker.php b/easy-ip-blocker.php index 48fbd0e..46614ca 100644 --- a/easy-ip-blocker.php +++ b/easy-ip-blocker.php @@ -1,7 +1,7 @@ settings ) ) { $instance->settings = Easy_IP_Blocker_Settings::instance( $instance ); diff --git a/includes/class-easy-ip-blocker.php b/includes/class-easy-ip-blocker.php index 7a130b7..bf6cc38 100644 --- a/includes/class-easy-ip-blocker.php +++ b/includes/class-easy-ip-blocker.php @@ -115,7 +115,7 @@ class Easy_IP_Blocker { * @since 1.0.0 * @static */ - public static function instance( $file = '', $version = '1.0.4' ) { + public static function instance( $file = '', $version = '2.0.2' ) { if ( is_null( self::$_instance ) ) { self::$_instance = new self( $file, $version ); } @@ -129,7 +129,7 @@ public static function instance( $file = '', $version = '1.0.4' ) { * @param string $file File constructor. * @param string $version Plugin version. */ - public function __construct( $file = '', $version = '1.0.4' ) { + public function __construct( $file = '', $version = '2.0.2' ) { $this->_version = $version; $this->_token = 'easy_ip_blocker'; diff --git a/readme.txt b/readme.txt index 3d022ea..13899ee 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wordpress.org/plugins/easy-ip-blocker/ Tags: wordpress, plugin, Requires at least: 5.0 Tested up to: 6.0.3 -Stable tag: 1.0.4 +Stable tag: 2.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html