Skip to content

Commit

Permalink
Merge pull request #6 from craxtech/patch-2
Browse files Browse the repository at this point in the history
Version bump to WordPress versino 6.0.3 compatibility and internal ve…
  • Loading branch information
carl-alberto authored Oct 24, 2022
2 parents c8ffdc6 + 04dcce5 commit 1f9d12e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easy-ip-blocker.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Plugin Name: Easy IP Blocker
* Version: 1.0.3
* Version: 1.0.4
* Plugin URI: https://wordpress.org/plugins/easy-ip-blocker/
* Description: Easily blocks IPs
* Author: Carl Alberto
* Author URI: https://carlalberto.code.blog/
* Requires at least: 5.0
* Tested up to: 5.8.1
* Tested up to: 6.0.3
*
* Text Domain: easy-ip-blocker
* Domain Path: /lang/
Expand Down Expand Up @@ -35,7 +35,7 @@
* @return object Easy_IP_Blocker
*/
function easy_ip_blocker() {
$instance = Easy_IP_Blocker::instance( __FILE__, '1.0.3' );
$instance = Easy_IP_Blocker::instance( __FILE__, '1.0.4' );

if ( is_null( $instance->settings ) ) {
$instance->settings = Easy_IP_Blocker_Settings::instance( $instance );
Expand Down

0 comments on commit 1f9d12e

Please sign in to comment.