Version Description
(29/04/2012) = * Forcing 3.2.1.
Download this release
Release Info
Developer | antonioandra.de |
Plugin | WP htaccess Control |
Version | 3.2.1 |
Comparing to | |
See all releases |
Code changes from version 3.2 to 3.2.1
- readme.txt +4 -1
- wp-htaccess-control-ui.php +1 -1
- wp-htaccess-control.php +2 -2
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=s4man
|
|
7 |
Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
|
8 |
Requires at least: 2.7
|
9 |
Tested up to: 3.3.2
|
10 |
-
Stable tag: 3.2
|
11 |
|
12 |
Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
|
13 |
|
@@ -76,6 +76,9 @@ Search redirection is based on Mark Jaquith's **Nice Search** but extended so th
|
|
76 |
|
77 |
== Changelog ==
|
78 |
|
|
|
|
|
|
|
79 |
= 3.2 (27/04/2012) =
|
80 |
* Fix: still fixing 3.0 critical errors (mostly data handling and link filtering).
|
81 |
|
7 |
Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
|
8 |
Requires at least: 2.7
|
9 |
Tested up to: 3.3.2
|
10 |
+
Stable tag: 3.2.1
|
11 |
|
12 |
Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
|
13 |
|
76 |
|
77 |
== Changelog ==
|
78 |
|
79 |
+
= 3.2.1 (29/04/2012) =
|
80 |
+
* Forcing 3.2.1.
|
81 |
+
|
82 |
= 3.2 (27/04/2012) =
|
83 |
* Fix: still fixing 3.0 critical errors (mostly data handling and link filtering).
|
84 |
|
wp-htaccess-control-ui.php
CHANGED
@@ -10,7 +10,7 @@ $WPhtc->page_action();
|
|
10 |
|
11 |
?>
|
12 |
<div id="wphtc-page" class="wrap">
|
13 |
-
<h2>Wp htaccess Control
|
14 |
<?php
|
15 |
if(!current_user_can("administrator")) {
|
16 |
echo '<p>'.__('Please log in as admin','wp-htaccess-control').'</p>';
|
10 |
|
11 |
?>
|
12 |
<div id="wphtc-page" class="wrap">
|
13 |
+
<h2>Wp htaccess Control</h2>
|
14 |
<?php
|
15 |
if(!current_user_can("administrator")) {
|
16 |
echo '<p>'.__('Please log in as admin','wp-htaccess-control').'</p>';
|
wp-htaccess-control.php
CHANGED
@@ -3,9 +3,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: 3.1
|
7 |
Author: António Andrade
|
8 |
-
Author URI: http://
|
9 |
*/
|
10 |
/* Copyright 2010-2012 António Andrade (email : antonio@antonioandra.de)
|
11 |
|
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: 3.2.1
|
7 |
Author: António Andrade
|
8 |
+
Author URI: http://antonioandra.de
|
9 |
*/
|
10 |
/* Copyright 2010-2012 António Andrade (email : antonio@antonioandra.de)
|
11 |
|