Plugin Directory

Changeset 390830


Ignore:
Timestamp:
05/30/2011 04:01:19 PM (15 years ago)
Author:
dardna
Message:

Fixed short tag on wp-htaccess-control-ui.php

Location:
wp-htaccess-control/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-htaccess-control/trunk/readme.txt

    r385612 r390830  
    66Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
    77Requires at least: 2.7
    8 Tested up to: 3.1.2
    9 Stable tag: 2.5
     8Tested up to: 3.1.3
     9Stable tag: 2.5.1
    1010
    1111Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
     
    7373== Changelog ==
    7474
     75= 2.5.1 (30/05/2011) =
     76* *Fix:* fixed php short tag.
     77* Confirmed compatibility with WP 3.1.3.
     78
    7579= 2.5 (16/05/2011) =
    7680* *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  
    3434                </div>
    3535            </div>
    36             <? } ?>
     36            <?php } ?>
    3737        <div class="wphtc-section">
    3838            <div class="wphtc-section-title stuffbox">
  • wp-htaccess-control/trunk/wp-htaccess-control.php

    r385611 r390830  
    44Plugin URI: http://dardna.com/wp-htaccess-control
    55Description: Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
    6 Version: 2.5
     6Version: 2.5.1
    77Author: António Andrade
    88Author URI: http://dardna.com
Note: See TracChangeset for help on using the changeset viewer.