404 Redirection - Version 1.6

Version Description

  • Rereleased for compliance issue
Download this release

Release Info

Developer wordpress_website
Plugin Icon wp plugin 404 Redirection
Version 1.6
Comparing to
See all releases

Code changes from version 1.5 to 1.6

Files changed (2) hide show
  1. index.php +6 -6
  2. readme.txt +4 -1
index.php CHANGED
@@ -2,17 +2,17 @@
2
 
3
  /*
4
  Plugin Name: 404 Redirection
5
- Plugin URI: http://www.wordpress-website.org/
6
  Description: Permanently redirect all 404's to the main blog URL. The primary purpose is to salvage Google PageRank (TM) from missing pages.
7
- Author: wordpress-website.org
8
- Author URI: http://wordpress-website.org/
9
- Version: 1.5
10
- Stable tag: 1.5
11
  License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12
 
13
  License:
14
  ==============================================================================
15
- Copyright 2011-2012 Don J (email : admin@wordpress-website.org)
16
 
17
  This program is free software; you can redistribute it and/or modify
18
  it under the terms of the GNU General Public License as published by
2
 
3
  /*
4
  Plugin Name: 404 Redirection
5
+ Plugin URI: http://www.flipsters.org/
6
  Description: Permanently redirect all 404's to the main blog URL. The primary purpose is to salvage Google PageRank (TM) from missing pages.
7
+ Author: flipsters.org
8
+ Author URI: http://flipsters.org/
9
+ Version: 1.6
10
+ Stable tag: 1.6
11
  License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12
 
13
  License:
14
  ==============================================================================
15
+ Copyright 2011-2012 Don J (email : admin@flipsters.org)
16
 
17
  This program is free software; you can redistribute it and/or modify
18
  it under the terms of the GNU General Public License as published by
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wordpress_website
3
  Tags: 404, redirect, redirects, redirector, server error, redirection
4
  Requires at least: 2.0.2
5
  Tested up to: 3.3.2
6
- Stable tag: 1.5
7
 
8
  Permanently redirect all 404's to the main blog URL. The primary purpose is to salvage Google PageRank (TM) from missing pages.
9
 
@@ -37,6 +37,9 @@ Example #2: Let's face it, having an exuberant amount of 404's is bad form. Sear
37
 
38
  == Changelog ==
39
 
 
 
 
40
  = 1.5 =
41
  * Rereleased for WP 3.3.2
42
 
3
  Tags: 404, redirect, redirects, redirector, server error, redirection
4
  Requires at least: 2.0.2
5
  Tested up to: 3.3.2
6
+ Stable tag: 1.6
7
 
8
  Permanently redirect all 404's to the main blog URL. The primary purpose is to salvage Google PageRank (TM) from missing pages.
9
 
37
 
38
  == Changelog ==
39
 
40
+ = 1.6 =
41
+ * Rereleased for compliance issue
42
+
43
  = 1.5 =
44
  * Rereleased for WP 3.3.2
45