Changeset 3431731
- Timestamp:
- 01/03/2026 04:55:27 PM (3 months ago)
- Location:
- eps-301-redirects/trunk
- Files:
-
- 3 edited
-
eps-301-redirects.php (modified) (1 diff)
-
libs/UserAgentParser.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eps-301-redirects/trunk/eps-301-redirects.php
r3408455 r3431731 3 3 Plugin Name: 301 Redirects 4 4 Description: Easily create and manage redirect rules, and view 404 error log. 5 Version: 2.8 15 Version: 2.82 6 6 Author: WebFactory Ltd 7 7 Author URI: https://www.webfactoryltd.com/ -
eps-301-redirects/trunk/libs/UserAgentParser.php
r3246720 r3431731 178 178 $version = $rv_result; 179 179 } elseif( $browser == 'AppleWebKit' ) { 180 if(!is_string($platform)) $platform = ''; 180 181 if( $platform == 'Android' ) { 181 182 $browser = 'Android Browser'; -
eps-301-redirects/trunk/readme.txt
r3408455 r3431731 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.8 16 Stable tag: 2.82 7 7 Requires PHP: 5.2 8 8 License: GPLv2 or later … … 68 68 69 69 == Changelog == 70 = 2.82 = 71 * 2026/01/03 72 * fixed minor user agent detection bug 73 70 74 = 2.81 = 71 75 * 2025/11/07
Note: See TracChangeset
for help on using the changeset viewer.