404 Redirection - Version 1.4

Version Description

  • Updated readme.txt file
Download this release

Release Info

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

Code changes from version 1.3 to 1.4

Files changed (2) hide show
  1. index.php +2 -2
  2. readme.txt +6 -15
index.php CHANGED
@@ -6,8 +6,8 @@ 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.3
10
- Stable tag: 1.3
11
  License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12
 
13
  License:
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.4
10
+ Stable tag: 1.4
11
  License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12
 
13
  License:
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.1
6
- Stable tag: 1.3
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
 
@@ -25,19 +25,7 @@ If you're having issues with the installation, you can read detailed instruction
25
 
26
  = Do I have to configure anything? =
27
 
28
- Nope. The plugin is ready to go once you install it. However, the date and time is based upon the timezone setting under the General Settings section of WordPress, and NOT that of your server time. If you find that the 404 logs are not displaying the accurate time, you may need to adjust your timezone.
29
-
30
- = Can I view a log of the 404's? =
31
-
32
- Yes! The "404 Tracker" link is located under the "Tools" tab. Just to be clear, no 404's were actually generated. The log serves as a way of tracking the 404's that would have otherwise been created if not for this awesome plugin.
33
-
34
- = Why do some rows within the "404 Tracker" tinted red? =
35
-
36
- The red tinted rows serve as an easy visual reference for every 404 that occured within the past 24 hours.
37
-
38
- = What does "URL Typo" in the Referring URL column mean? =
39
-
40
- For instances when there is no referrer, it is assumed that the requested URL that generated a 404 was mistyped.
41
 
42
  = Can you give me some examples for why this plugin may be beneficial to me? =
43
 
@@ -49,10 +37,13 @@ Example #2: Let's face it, having an exuberant amount of 404's is bad form. Sear
49
 
50
  == Changelog ==
51
 
 
 
 
52
  = 1.3 =
53
  * Set a high priority of plugin execution.
54
  * Switched to native WP redirection.
55
  * Replaced depreciated 'site_url' function call.
56
 
57
  = 1.0 =
58
- * Created plugin
3
  Tags: 404, redirect, redirects, redirector, server error, redirection
4
  Requires at least: 2.0.2
5
  Tested up to: 3.3.1
6
+ Stable tag: 1.4
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
 
25
 
26
  = Do I have to configure anything? =
27
 
28
+ Nope. The plugin is ready to go once you install it.
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  = Can you give me some examples for why this plugin may be beneficial to me? =
31
 
37
 
38
  == Changelog ==
39
 
40
+ = 1.4 =
41
+ * Updated readme.txt file
42
+
43
  = 1.3 =
44
  * Set a high priority of plugin execution.
45
  * Switched to native WP redirection.
46
  * Replaced depreciated 'site_url' function call.
47
 
48
  = 1.0 =
49
+ * Created plugin