Redirection - Version 2.3.15

Version Description

  • Fix error on admin page for WP 4.2
Download this release

Release Info

Developer johnny5
Plugin Icon 128x128 Redirection
Version 2.3.15
Comparing to
See all releases

Code changes from version 2.3.14 to 2.3.15

Files changed (3) hide show
  1. models/pager.php +1 -0
  2. readme.txt +4 -1
  3. redirection.php +1 -1
models/pager.php CHANGED
@@ -6,6 +6,7 @@ if ( !class_exists( 'WP_List_Table' ) )
6
  class Redirection_Table extends WP_List_Table {
7
  private $groups;
8
  private $total_items;
 
9
 
10
  function __construct( array $groups, Red_Group $current_group = null ) {
11
  $this->groups = $groups;
6
  class Redirection_Table extends WP_List_Table {
7
  private $groups;
8
  private $total_items;
9
+ private $current_group;
10
 
11
  function __construct( array $groups, Red_Group $current_group = null ) {
12
  $this->groups = $groups;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://urbangiraffe.com/about/
4
  Tags: post, admin, seo, pages, manage, 301, 404, redirect, permalink
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
- Stable tag: 2.3.14
8
 
9
  Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.
10
 
@@ -94,6 +94,9 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho
94
 
95
  == Changelog ==
96
 
 
 
 
97
  = 2.3.14 =
98
  * Remove error_log statements
99
  * Fix incorrect table name when exporting 404 errors, props to brazenest/synchronos-t
4
  Tags: post, admin, seo, pages, manage, 301, 404, redirect, permalink
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
+ Stable tag: 2.3.15
8
 
9
  Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.
10
 
94
 
95
  == Changelog ==
96
 
97
+ = 2.3.15 =
98
+ * Fix error on admin page for WP 4.2
99
+
100
  = 2.3.14 =
101
  * Remove error_log statements
102
  * Fix incorrect table name when exporting 404 errors, props to brazenest/synchronos-t
redirection.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Redirection
4
  Plugin URI: http://urbangiraffe.com/plugins/redirection/
5
  Description: Manage all your 301 redirects and monitor 404 errors
6
- Version: 2.3.14
7
  Author: John Godley
8
  Author URI: http://urbangiraffe.com
9
  ============================================================================================================
3
  Plugin Name: Redirection
4
  Plugin URI: http://urbangiraffe.com/plugins/redirection/
5
  Description: Manage all your 301 redirects and monitor 404 errors
6
+ Version: 2.3.15
7
  Author: John Godley
8
  Author URI: http://urbangiraffe.com
9
  ============================================================================================================