Changeset 3335592
- Timestamp:
- 07/28/2025 11:01:19 PM (7 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
r3319608 r3335592 4 4 * Plugin URI: https://ip2location.com/resources/wordpress-ip2location-redirection 5 5 * Description: Redirect visitors by their country. 6 * Version: 1.34. 26 * Version: 1.34.3 7 7 * Requires PHP: 7.4 8 8 * Author: IP2Location … … 889 889 <input type="checkbox" name="ignore_query_string" id="ignore_query_string"' . (($ignore_query_string) ? ' checked' : '') . '> 890 890 ' . __('Ignore query strings and parameters when matching page.', 'ip2location-redirection') . ' 891 </label> 892 </td> 893 </tr> 894 <tr> 895 <td> 896 <label for="skip_bots"> 897 <input type="checkbox" name="skip_bots" id="skip_bots"' . (($skip_bots) ? ' checked' : '') . '> 898 ' . __('Do not redirect bots and crawlers.', 'ip2location-redirection') . ' 891 899 </label> 892 900 </td> -
ip2location-redirection/trunk/readme.txt
r3319608 r3335592 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8 7 Stable tag: 1.34. 27 Stable tag: 1.34.3 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.34.3 Restored option to skip bots & crawlers. 65 66 * 1.34.2 Fixed PHP warning when cronjobs are running. 66 67 * 1.34.1 Fixed "Skip Administrator Redirection" feature and added logging.
Note: See TracChangeset
for help on using the changeset viewer.