Changeset 3450473
- Timestamp:
- 01/30/2026 01:16:31 PM (8 weeks 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
r3444439 r3450473 5 5 * Plugin URI: https://ip2location.com/resources/wordpress-ip2location-redirection 6 6 * Description: Redirect visitors by their country. 7 * Version: 1.3 7.07 * Version: 1.38.0 8 8 * Requires PHP: 7.4 9 9 * Author: IP2Location … … 1746 1746 public function redirect() 1747 1747 { 1748 // Disable redirection for WP-CLI 1749 if (defined('WP_CLI') && WP_CLI) { 1750 return; 1751 } 1752 1748 1753 // Disable redirection on admin pages 1749 1754 if (is_admin() && $this->get_option('skip_admins')) { -
ip2location-redirection/trunk/readme.txt
r3444439 r3450473 5 5 Requires at least: 4.6 6 6 Tested up to: 6.9 7 Stable tag: 1.3 7.07 Stable tag: 1.38.0 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.38.0 Disabled redirection for WP-CLI. 65 66 * 1.37.0 Updated to the latest version of IP2Location library. 66 67 * 1.36.1 Fixed implicit conversion of mask to int.
Note: See TracChangeset
for help on using the changeset viewer.