Changeset 3442117
- Timestamp:
- 01/18/2026 10:20:37 PM (2 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
r3411746 r3442117 5 5 * Plugin URI: https://ip2location.com/resources/wordpress-ip2location-redirection 6 6 * Description: Redirect visitors by their country. 7 * Version: 1.36. 07 * Version: 1.36.1 8 8 * Requires PHP: 7.4 9 9 * Author: IP2Location … … 3002 3002 $subnet = inet_pton($subnet); 3003 3003 3004 $binMask = str_repeat('f', $mask / 4);3004 $binMask = str_repeat('f', (int)($mask / 4)); 3005 3005 switch ($mask % 4) { 3006 3006 case 0: -
ip2location-redirection/trunk/readme.txt
r3411746 r3442117 5 5 Requires at least: 4.6 6 6 Tested up to: 6.9 7 Stable tag: 1.36. 07 Stable tag: 1.36.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.36.1 Fixed implicit conversion of mask to int. 65 66 * 1.36.0 Added rule statistics, advance path matching, dialog prompt, and automatically BIN database updates. 66 67 * 1.35.1 Fixed "Download IPv4 database only" checkbox was ignore during database update.
Note: See TracChangeset
for help on using the changeset viewer.