Changeset 3348463
- Timestamp:
- 08/22/2025 06:32:13 AM (7 months ago)
- Location:
- ip2location-country-blocker/trunk
- Files:
-
- 2 edited
-
ip2location-country-blocker.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ip2location-country-blocker/trunk/ip2location-country-blocker.php
r3339279 r3348463 5 5 * Plugin URI: https://ip2location.com/resources/wordpress-ip2location-country-blocker 6 6 * Description: Block visitors from accessing your website or admin area by their country. 7 * Version: 2.39. 47 * Version: 2.39.5 8 8 * Requires PHP: 7.4 9 9 * Author: IP2Location … … 497 497 $backend_ban_list = (!is_array($backend_ban_list)) ? [$backend_ban_list] : $backend_ban_list; 498 498 $backend_option = $this->post('backend_option', $this->get_option('backend_option')); 499 $backend_error_page = $this->post('backend_ ', $this->get_option('backend_error_page'));499 $backend_error_page = $this->post('backend_error_page', $this->get_option('backend_error_page')); 500 500 $backend_redirect_url = $this->post('backend_redirect_url', $this->get_option('backend_redirect_url')); 501 501 $bypass_code = $this->post('bypass_code', $this->get_option('bypass_code')); -
ip2location-country-blocker/trunk/readme.txt
r3339280 r3348463 6 6 Requires at least: 4.6 7 7 Tested up to: 6.8 8 Stable tag: 2.39. 48 Stable tag: 2.39.5 9 9 10 10 Blocks unwanted visitors from accessing your frontend (blog pages) or backend (admin area) by countries or proxy servers. … … 92 92 93 93 == Changelog == 94 * 2.39.5 Fixed issue saving backend error page. 94 95 * 2.39.4 Removed internal table updates. 95 96 * 2.39.3 Fixed statistics log stopped.
Note: See TracChangeset
for help on using the changeset viewer.