Skip to content

Commit

Permalink
Merge pull request #7 from craxtech/patch-3
Browse files Browse the repository at this point in the history
Internal update to 1.0.4
  • Loading branch information
carl-alberto authored Oct 24, 2022
2 parents 1f9d12e + 3c47b2c commit a3f74d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-easy-ip-blocker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand All @@ -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';

Expand Down

0 comments on commit a3f74d4

Please sign in to comment.