Changeset 3376651
- Timestamp:
- 10/11/2025 11:51:05 AM (6 months ago)
- Location:
- ip2location-redirection/trunk
- Files:
-
- 2 edited
-
ip2location-redirection.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ip2location-redirection/trunk/ip2location-redirection.php
r3366878 r3376651 4 4 * Plugin URI: https://ip2location.com/resources/wordpress-ip2location-redirection 5 5 * Description: Redirect visitors by their country. 6 * Version: 1.35. 06 * Version: 1.35.1 7 7 * Requires PHP: 7.4 8 8 * Author: IP2Location … … 265 265 $token = $this->post('token'); 266 266 $enable_region = $this->is_checked('enable_region'); 267 $ipv4_only = $this-> is_checked('ipv4_only');267 $ipv4_only = $this->post('ipv4_only') === 'true'; 268 268 269 269 $ipv6 = ($ipv4_only) ? '' : 'IPV6'; -
ip2location-redirection/trunk/readme.txt
r3366878 r3376651 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8 7 Stable tag: 1.35. 07 Stable tag: 1.35.1 8 8 9 9 Redirects visitors to a blog page or a predefined URL based on their country and region geolocated using IP address. … … 63 63 64 64 == Changelog == 65 * 1.35.1 Fixed "Download IPv4 database only" checkbox was ignore during database update. 65 66 * 1.35.0 Added ability to flush cached data. 66 67 * 1.34.3 Restored option to skip bots & crawlers.
Note: See TracChangeset
for help on using the changeset viewer.