Skip to content

Commit

Permalink
forgot to nullify the GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-cohen committed Oct 18, 2024
1 parent 2a585e5 commit 3b0356b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fv-country-blocker.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: FV Country Blocker
* Plugin URI: https://github.com/nimrod-cohen/fv-country-blocker
* Description: Block visitors from specific countries using MaxMind GeoIP database.
* Version: 1.0.27
* Version: 1.0.28
* Author: nimrod-cohen
* Author URI: https://github.com/nimrod-cohen/fv-country-blocker
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion includes/fv-country-blocker.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function add_admin_menu() {
}

public function check_version() {
$updater = new GhPluginUpdater(__FILE__, 'nimrod-cohen', 'fv-country-blocker');
$updater = new GhPluginUpdater(__FILE__, null, 'nimrod-cohen', 'fv-country-blocker');
$updater->init();
}

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: country blocker, IP blocker, geo-blocking, security
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
Stable tag: 1.0.27
Stable tag: 1.0.28
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 3b0356b

Please sign in to comment.