Plugin Directory

Changeset 3335592


Ignore:
Timestamp:
07/28/2025 11:01:19 PM (7 months ago)
Author:
ip2location
Message:

Restored option to skip bots & crawlers.

Location:
ip2location-redirection/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ip2location-redirection/trunk/ip2location-redirection.php

    r3319608 r3335592  
    44 * Plugin URI: https://ip2location.com/resources/wordpress-ip2location-redirection
    55 * Description: Redirect visitors by their country.
    6  * Version: 1.34.2
     6 * Version: 1.34.3
    77 * Requires PHP: 7.4
    88 * Author: IP2Location
     
    889889                                <input type="checkbox" name="ignore_query_string" id="ignore_query_string"' . (($ignore_query_string) ? ' checked' : '') . '>
    890890                                ' . __('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') . '
    891899                            </label>
    892900                        </td>
  • ip2location-redirection/trunk/readme.txt

    r3319608 r3335592  
    55Requires at least: 4.6
    66Tested up to: 6.8
    7 Stable tag: 1.34.2
     7Stable tag: 1.34.3
    88
    99Redirects visitors to a blog page or a predefined URL based on their country and region geolocated using IP address.
     
    6363
    6464== Changelog ==
     65* 1.34.3 Restored option to skip bots & crawlers.
    6566* 1.34.2 Fixed PHP warning when cronjobs are running.
    6667* 1.34.1 Fixed "Skip Administrator Redirection" feature and added logging.
Note: See TracChangeset for help on using the changeset viewer.