diff --git a/easy-ip-blocker.php b/easy-ip-blocker.php index 1c5dd40..40fd3ae 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 002ee2d..5d596f7 100644 --- a/includes/class-easy-ip-blocker.php +++ b/includes/class-easy-ip-blocker.php @@ -95,7 +95,7 @@ class Easy_IP_Blocker { * @param string $version Version parameter. * @return Easy_IP_Blocker Plugin instance. */ - public static function instance( string $file = '', string $version = '2.0.0' ): self { + public static function instance( string $file = '', string $version = '2.0.2' ): self { if ( is_null( self::$instance ) ) { self::$instance = new self( $file, $version ); } @@ -109,7 +109,7 @@ public static function instance( string $file = '', string $version = '2.0.0' ): * @param string $file File constructor. * @param string $version Plugin version. */ - public function __construct( string $file = '', string $version = '2.0.0' ) { + public function __construct( string $file = '', string $version = '2.0.2' ) { $this->version = $version; $this->token = 'easy_ip_blocker'; diff --git a/readme.txt b/readme.txt index 537118e..a928df7 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: security, ip blocker, firewall, block ip, traffic Requires at least: 5.0 Tested up to: 6.8 Requires PHP: 7.4 -Stable tag: 2.0.0 +Stable tag: 2.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html