WP htaccess Control - Version 2.5.1

Version Description

(30/05/2011) = * Fix: fixed php short tag on wp-htaccess-control-ui.php (thank you caillou!). * Confirmed compatibility with WP 3.1.3.

Download this release

Release Info

Developer dardna
Plugin Icon wp plugin WP htaccess Control
Version 2.5.1
Comparing to
See all releases

Code changes from version 2.5 to 2.5.1

readme.txt CHANGED
@@ -5,8 +5,8 @@ Plugin URI: http://dardna.com/wp-htaccess-control
5
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=s4mancha%40gmail%2ecom&lc=US&item_name=WP%20htaccess%20Control%20%28Antonio%20Andrade%29&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest
6
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
7
  Requires at least: 2.7
8
- Tested up to: 3.1.2
9
- Stable tag: 2.5
10
 
11
  Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
12
 
@@ -72,6 +72,10 @@ Search redirection is based on Mark Jaquith's **Nice Search** but extended so th
72
 
73
  == Changelog ==
74
 
 
 
 
 
75
  = 2.5 (16/05/2011) =
76
  * *Fix:* fixed a security vulnerability (lack of _nonce on settings page) (thank you Julio from Boiteaweb.fr for ringing the alarm bell; thank you Otto for the kind support!).
77
 
5
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=s4mancha%40gmail%2ecom&lc=US&item_name=WP%20htaccess%20Control%20%28Antonio%20Andrade%29&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest
6
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
7
  Requires at least: 2.7
8
+ Tested up to: 3.1.3
9
+ Stable tag: 2.5.1
10
 
11
  Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
12
 
72
 
73
  == Changelog ==
74
 
75
+ = 2.5.1 (30/05/2011) =
76
+ * *Fix:* fixed php short tag on wp-htaccess-control-ui.php (thank you caillou!).
77
+ * Confirmed compatibility with WP 3.1.3.
78
+
79
  = 2.5 (16/05/2011) =
80
  * *Fix:* fixed a security vulnerability (lack of _nonce on settings page) (thank you Julio from Boiteaweb.fr for ringing the alarm bell; thank you Otto for the kind support!).
81
 
wp-htaccess-control-ui.php CHANGED
@@ -33,7 +33,7 @@ $WPhtc_data=get_option('WPhtc_data');
33
  </ul>
34
  </div>
35
  </div>
36
- <? } ?>
37
  <div class="wphtc-section">
38
  <div class="wphtc-section-title stuffbox">
39
  <!--<div title="Click to toggle" class="handlediv" style="background:url('<?php bloginfo("wpurl")?>/wp-admin/images/menu-bits.gif') no-repeat scroll left -111px transparent"><br></div>-->
33
  </ul>
34
  </div>
35
  </div>
36
+ <?php } ?>
37
  <div class="wphtc-section">
38
  <div class="wphtc-section-title stuffbox">
39
  <!--<div title="Click to toggle" class="handlediv" style="background:url('<?php bloginfo("wpurl")?>/wp-admin/images/menu-bits.gif') no-repeat scroll left -111px transparent"><br></div>-->
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: Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
6
- Version: 2.5
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: Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
6
+ Version: 2.5.1
7
  Author: António Andrade
8
  Author URI: http://dardna.com
9
  */