Version Description
- 2021/02/23
- fixed compatibility issue with Rank Math
Download this release
Release Info
| Developer | WebFactory |
| Plugin | |
| Version | 2.66 |
| Comparing to | |
| See all releases | |
Code changes from version 2.65 to 2.66
- eps-301-redirects.php +2 -2
- libs/UserAgentParser.php +1 -1
- readme.txt +6 -2
eps-301-redirects.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/*
|
| 3 |
Plugin Name: 301 Redirects
|
| 4 |
Description: Easily create and manage redirect rules, and view 404 error log.
|
| 5 |
-
Version: 2.
|
| 6 |
Author: WebFactory Ltd
|
| 7 |
Author URI: https://www.webfactoryltd.com/
|
| 8 |
Plugin URI: https://wp301redirects.com/
|
|
@@ -36,7 +36,7 @@ if (!defined('WF301_PLUGIN_FILE')) {
|
|
| 36 |
|
| 37 |
define('EPS_REDIRECT_PATH', plugin_dir_path(__FILE__));
|
| 38 |
define('EPS_REDIRECT_URL', plugins_url() . '/eps-301-redirects/');
|
| 39 |
-
define('EPS_REDIRECT_VERSION', '2.
|
| 40 |
define('EPS_REDIRECT_PRO', false);
|
| 41 |
|
| 42 |
include(EPS_REDIRECT_PATH . 'eps-form-elements.php');
|
| 2 |
/*
|
| 3 |
Plugin Name: 301 Redirects
|
| 4 |
Description: Easily create and manage redirect rules, and view 404 error log.
|
| 5 |
+
Version: 2.66
|
| 6 |
Author: WebFactory Ltd
|
| 7 |
Author URI: https://www.webfactoryltd.com/
|
| 8 |
Plugin URI: https://wp301redirects.com/
|
| 36 |
|
| 37 |
define('EPS_REDIRECT_PATH', plugin_dir_path(__FILE__));
|
| 38 |
define('EPS_REDIRECT_URL', plugins_url() . '/eps-301-redirects/');
|
| 39 |
+
define('EPS_REDIRECT_VERSION', '2.66');
|
| 40 |
define('EPS_REDIRECT_PRO', false);
|
| 41 |
|
| 42 |
include(EPS_REDIRECT_PATH . 'eps-form-elements.php');
|
libs/UserAgentParser.php
CHANGED
|
@@ -23,7 +23,7 @@ namespace {
|
|
| 23 |
* @deprecated This exists for backwards compatibility with 0.x and will likely be removed in 2.x
|
| 24 |
* @see \epsdonatj\UserAgent\parse_user_agent
|
| 25 |
*/
|
| 26 |
-
function
|
| 27 |
return \epsdonatj\UserAgent\parse_user_agent($u_agent);
|
| 28 |
}
|
| 29 |
}
|
| 23 |
* @deprecated This exists for backwards compatibility with 0.x and will likely be removed in 2.x
|
| 24 |
* @see \epsdonatj\UserAgent\parse_user_agent
|
| 25 |
*/
|
| 26 |
+
function eps_parse_user_agent( $u_agent = null ) {
|
| 27 |
return \epsdonatj\UserAgent\parse_user_agent($u_agent);
|
| 28 |
}
|
| 29 |
}
|
readme.txt
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
Contributors: WebFactory
|
| 3 |
Tags: 301 redirect, redirects, redirect, 404 error log, redirection, 302 redirect, 302, seo, 302 redirect, 404, 404 redirect, 301, 307, 404 log
|
| 4 |
Requires at least: 4.0
|
| 5 |
-
Tested up to: 5.
|
| 6 |
-
Stable tag: 2.
|
| 7 |
Requires PHP: 5.2
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
@@ -69,6 +69,10 @@ The 404 error log does not collect user IPs. It collects the following data: tim
|
|
| 69 |
|
| 70 |
== Changelog ==
|
| 71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
= 2.65 =
|
| 73 |
* 2021/02/22
|
| 74 |
* added 404 error log Dashboard widget
|
| 2 |
Contributors: WebFactory
|
| 3 |
Tags: 301 redirect, redirects, redirect, 404 error log, redirection, 302 redirect, 302, seo, 302 redirect, 404, 404 redirect, 301, 307, 404 log
|
| 4 |
Requires at least: 4.0
|
| 5 |
+
Tested up to: 5.7
|
| 6 |
+
Stable tag: 2.66
|
| 7 |
Requires PHP: 5.2
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 69 |
|
| 70 |
== Changelog ==
|
| 71 |
|
| 72 |
+
= 2.66 =
|
| 73 |
+
* 2021/02/23
|
| 74 |
+
* fixed compatibility issue with Rank Math
|
| 75 |
+
|
| 76 |
= 2.65 =
|
| 77 |
* 2021/02/22
|
| 78 |
* added 404 error log Dashboard widget
|
