Changeset 390830
- Timestamp:
- 05/30/2011 04:01:19 PM (15 years ago)
- Location:
- wp-htaccess-control/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wp-htaccess-control-ui.php (modified) (1 diff)
-
wp-htaccess-control.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-htaccess-control/trunk/readme.txt
r385612 r390830 6 6 Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives 7 7 Requires at least: 2.7 8 Tested up to: 3.1. 29 Stable tag: 2.5 8 Tested up to: 3.1.3 9 Stable tag: 2.5.1 10 10 11 11 Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress. … … 73 73 == Changelog == 74 74 75 = 2.5.1 (30/05/2011) = 76 * *Fix:* fixed php short tag. 77 * Confirmed compatibility with WP 3.1.3. 78 75 79 = 2.5 (16/05/2011) = 76 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!). -
wp-htaccess-control/trunk/wp-htaccess-control-ui.php
r385611 r390830 34 34 </div> 35 35 </div> 36 <? } ?>36 <?php } ?> 37 37 <div class="wphtc-section"> 38 38 <div class="wphtc-section-title stuffbox"> -
wp-htaccess-control/trunk/wp-htaccess-control.php
r385611 r390830 4 4 Plugin URI: http://dardna.com/wp-htaccess-control 5 5 Description: Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress. 6 Version: 2.5 6 Version: 2.5.1 7 7 Author: António Andrade 8 8 Author URI: http://dardna.com
Note: See TracChangeset
for help on using the changeset viewer.