WP htaccess Control - Version 1.4.2

Version Description

(12/03/2010) * Readme formatting mistake.

Download this release

Release Info

Developer andrad
Plugin Icon wp plugin WP htaccess Control
Version 1.4.2
Comparing to
See all releases

Code changes from version 1.4.1 to 1.4.2

Files changed (2) hide show
  1. readme.txt +6 -2
  2. wp-htaccess-control.php +1 -1
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link:
6
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect
7
  Requires at least: 2.7
8
  Tested up to: 2.9.2
9
- Stable tag: 1.4.1
10
 
11
  Provides an interface to add custom htaccess rules to the htaccess file generated by Wordpress and customisation of the Author Permalink Base.
12
 
@@ -19,7 +19,8 @@ Provides an interface to add custom htaccess rules to the htaccess file generate
19
  * Adding custom rules to the htaccess file generated by Wordpress;
20
  * Customizing the Author Permalink Base (if Google XML Sitemap is found installed, you'll be able to use your Custom Author Permalink on the sitemap generated);
21
 
22
- Easy to use "Suggested htaccess" rules:
 
23
  * Disable directory browsing;
24
  * Disable and redirect image hotlinking;
25
  * Force canonical url (WWW or non-WWW);
@@ -48,6 +49,9 @@ Suggestions are of course very welcome and please report any bugs found!
48
  1. Administration page (as of v.1.4)
49
 
50
  == Changelog ==
 
 
 
51
  = 1.4.1 =
52
  (12/03/2010)
53
  * Clean up on debug left over on 1.4 for url canonization.
6
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect
7
  Requires at least: 2.7
8
  Tested up to: 2.9.2
9
+ Stable tag: 1.4.2
10
 
11
  Provides an interface to add custom htaccess rules to the htaccess file generated by Wordpress and customisation of the Author Permalink Base.
12
 
19
  * Adding custom rules to the htaccess file generated by Wordpress;
20
  * Customizing the Author Permalink Base (if Google XML Sitemap is found installed, you'll be able to use your Custom Author Permalink on the sitemap generated);
21
 
22
+ **Easy to use "Suggested htaccess" rules:**
23
+
24
  * Disable directory browsing;
25
  * Disable and redirect image hotlinking;
26
  * Force canonical url (WWW or non-WWW);
49
  1. Administration page (as of v.1.4)
50
 
51
  == Changelog ==
52
+ = 1.4.2 =
53
+ (12/03/2010)
54
+ * Readme formatting mistake.
55
  = 1.4.1 =
56
  (12/03/2010)
57
  * Clean up on debug left over on 1.4 for url canonization.
wp-htaccess-control.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://dardna.com/wp-htaccess-control
5
  Description: Provides an interface to add custom htaccess rules to the htaccess file generated by wordpress. Also provides customisation of the Author Permalink Base.
6
- Version: 1.4.1
7
  Author: António Andrade
8
  Author URI: http://dardna.com
9
  */
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://dardna.com/wp-htaccess-control
5
  Description: Provides an interface to add custom htaccess rules to the htaccess file generated by wordpress. Also provides customisation of the Author Permalink Base.
6
+ Version: 1.4.2
7
  Author: António Andrade
8
  Author URI: http://dardna.com
9
  */