From 3c47b2cf322a4f286cc9dab565b06ecea493531b Mon Sep 17 00:00:00 2001 From: craxtech <34967632+craxtech@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:14:49 +0800 Subject: [PATCH] Internal update to 1.0.4 --- includes/class-easy-ip-blocker.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-easy-ip-blocker.php b/includes/class-easy-ip-blocker.php index b25e71f..7a130b7 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.3' ) { + public static function instance( $file = '', $version = '1.0.4' ) { if ( is_null( self::$_instance ) ) { self::$_instance = new self( $file, $version ); } @@ -129,7 +129,7 @@ public static function instance( $file = '', $version = '1.0.3' ) { * @param string $file File constructor. * @param string $version Plugin version. */ - public function __construct( $file = '', $version = '1.0.3' ) { + public function __construct( $file = '', $version = '1.0.4' ) { $this->_version = $version; $this->_token = 'easy_ip_blocker';