WP htaccess Control - Version 3.4.1

Version Description

Download this release

Release Info

Developer antonioandra.de
Plugin Icon wp plugin WP htaccess Control
Version 3.4.1
Comparing to
See all releases

Code changes from version 3.4 to 3.4.1

readme.txt CHANGED
@@ -7,13 +7,13 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=anton
7
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
8
  Requires at least: 3.4
9
  Tested up to: 3.9
10
- Stable tag: 3.4
11
 
12
  Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by WordPress.
13
 
14
  == Description ==
15
 
16
- **WP htaccess Control** should now really be called WP htacess *and Rewrite* Control. It provides an interface to customize the htaccess file generated by WordPress but also its permalinks (author, category, archives, pagination and custom taxonomies). Take a look at the screenshot for a clearer exemplification.
17
 
18
  **Features:**
19
 
@@ -45,7 +45,7 @@ Interface to customize the permalinks (author, category, archives and pagination
45
  * Set admin email on server generated error pages;
46
  * Disable ServerSignature on server generated error pages.
47
 
48
- **POT file is included, translations are welcome.
49
 
50
  == Installation ==
51
 
@@ -59,7 +59,10 @@ Interface to customize the permalinks (author, category, archives and pagination
59
 
60
  = Pagination base is not working on Twenty Fourteen or some other theme? =
61
  WP htaccess Control can modify the pagination permalink structure for you (ie, turn "/page/2" into "/pagina/2") and will also try to intercept any method outputting pagination links so the structure change is seamless.
62
- Some themes however do not use the standard way of generating these pagination links, which means WP htaccess Control can't update them. Unfortunately this is the case for Twenty Fourteen. To make it clear, this is a markup issue; if you type in the new structure in the address bar it will still work as expected.
 
 
 
63
 
64
 
65
  = Do you have any questions? =
@@ -76,18 +79,25 @@ I still haven't tested this under **WordPress multisite**, issues have however b
76
  == Additional Credit ==
77
 
78
  Removal of the category base is based on iDope's **WP No Category Base** but extended so that it works with category archives (ie.: *"http://example.com/my-category/2010/12"*).
 
79
  Search redirection is based on Mark Jaquith's **Nice Search** but extended so that it works with custom search base (ie.: *"http://example.com/search-base/search-term"*).
80
 
81
  == Stable Versions ==
82
 
83
  For WordPress versions above 3.9 use the plugin version 3.4.
 
84
  For WordPress versions above 3.4 use the plugin version 3.3.
 
85
  For WordPress versions prior to 3.4 use the plugin version 2.7.2.1.
86
 
87
 
88
  == Changelog ==
89
 
90
- = 3.4 (19/4/2013) =
 
 
 
 
91
 
92
  * Fix: fixed category and tag advanced archives;
93
  * Fix: if both author advanced archives and author permalink base removal were active, archives wouldn't work;
7
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
8
  Requires at least: 3.4
9
  Tested up to: 3.9
10
+ Stable tag: 3.4.1
11
 
12
  Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by WordPress.
13
 
14
  == Description ==
15
 
16
+ **WP htaccess Control** should now really be called WP htaccess *and Rewrite* Control. It provides an interface to customize the htaccess file generated by WordPress but also its permalinks (author, category, archives, pagination and custom taxonomies). Have a look at the screenshot for a clearer idea of the available options.
17
 
18
  **Features:**
19
 
45
  * Set admin email on server generated error pages;
46
  * Disable ServerSignature on server generated error pages.
47
 
48
+ **POT file is included, translations are welcome.**
49
 
50
  == Installation ==
51
 
59
 
60
  = Pagination base is not working on Twenty Fourteen or some other theme? =
61
  WP htaccess Control can modify the pagination permalink structure for you (ie, turn "/page/2" into "/pagina/2") and will also try to intercept any method outputting pagination links so the structure change is seamless.
62
+
63
+ Some themes however do not use the standard way of generating these pagination links, which means WP htaccess Control can't update them.
64
+
65
+ Unfortunately this is the case for Twenty Fourteen. To make it clear, this is a markup issue; if you type in the new structure in the address bar it will still work as expected.
66
 
67
 
68
  = Do you have any questions? =
79
  == Additional Credit ==
80
 
81
  Removal of the category base is based on iDope's **WP No Category Base** but extended so that it works with category archives (ie.: *"http://example.com/my-category/2010/12"*).
82
+
83
  Search redirection is based on Mark Jaquith's **Nice Search** but extended so that it works with custom search base (ie.: *"http://example.com/search-base/search-term"*).
84
 
85
  == Stable Versions ==
86
 
87
  For WordPress versions above 3.9 use the plugin version 3.4.
88
+
89
  For WordPress versions above 3.4 use the plugin version 3.3.
90
+
91
  For WordPress versions prior to 3.4 use the plugin version 2.7.2.1.
92
 
93
 
94
  == Changelog ==
95
 
96
+ = 3.4.4 (20/4/2014) =
97
+
98
+ * Fix: implicit array with break the admin interface on some php versions;
99
+
100
+ = 3.4 (19/4/2014) =
101
 
102
  * Fix: fixed category and tag advanced archives;
103
  * Fix: if both author advanced archives and author permalink base removal were active, archives wouldn't work;
wp-htaccess-control-ui.php CHANGED
@@ -53,7 +53,7 @@ function WPHTCui($namesArray){
53
  </p>
54
  </div>
55
  <?php } ?>
56
- <?php WPHTCui([
57
  'custom-author-permalink',
58
  'custom-pagination-permalink',
59
  'custom-search-permalink',
@@ -64,7 +64,7 @@ function WPHTCui($namesArray){
64
  'replace-htaccess',
65
  'htaccess-suggestions',
66
  'maintenance-mode'
67
- ]) ?>
68
 
69
  <?php wp_nonce_field('WPhtc_settings'); ?>
70
  <input type="hidden" name="action" value="update"/>
53
  </p>
54
  </div>
55
  <?php } ?>
56
+ <?php WPHTCui(array(
57
  'custom-author-permalink',
58
  'custom-pagination-permalink',
59
  'custom-search-permalink',
64
  'replace-htaccess',
65
  'htaccess-suggestions',
66
  'maintenance-mode'
67
+ )) ?>
68
 
69
  <?php wp_nonce_field('WPhtc_settings'); ?>
70
  <input type="hidden" name="action" value="update"/>
wp-htaccess-control.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://antonioandra.de
5
  Description: Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by WordPress.
6
- Version: 3.4
7
  Author: António Andrade
8
  Author URI: http://antonioandra.de
9
  */
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://antonioandra.de
5
  Description: Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by WordPress.
6
+ Version: 3.4.1
7
  Author: António Andrade
8
  Author URI: http://antonioandra.de
9
  */