WP htaccess Control - Version 1.0.1

Version Description

Download this release

Release Info

Developer andrad
Plugin Icon wp plugin WP htaccess Control
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0 to 1.0.1

Files changed (2) hide show
  1. readme.txt +1 -1
  2. wp-htaccess-control.php +18 -1
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link:
6
  Tags: permalinks, author, htaccess
7
  Requires at least: 2.7
8
  Tested up to: 2.7.1
9
- Stable tag: 1.0
10
 
11
  WP htaccess Control provides an interface to add custom htaccess rules to the htaccess file generated by Wordpress. It also includes an improved and much more stable version of Custom Author Permalink .
12
 
6
  Tags: permalinks, author, htaccess
7
  Requires at least: 2.7
8
  Tested up to: 2.7.1
9
+ Stable tag: 1.0.1
10
 
11
  WP htaccess Control provides an interface to add custom htaccess rules to the htaccess file generated by Wordpress. It also includes an improved and much more stable version of Custom Author Permalink .
12
 
wp-htaccess-control.php CHANGED
@@ -3,11 +3,28 @@
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://dardna.com/wp-htaccess-control
5
  Description: Provides an interface to add custom htaccess rules to the htaccess file generated by wordpress. Also includes an improved and much more stable version of Custom Author Permalink
6
- Version: 1
7
  Author: dardna
8
  Author URI: http://dardna.com
9
  */
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  if (!class_exists("WPhtc")) {
12
  class WPhtc {
13
  function WPhtc() {
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://dardna.com/wp-htaccess-control
5
  Description: Provides an interface to add custom htaccess rules to the htaccess file generated by wordpress. Also includes an improved and much more stable version of Custom Author Permalink
6
+ Version: 1.0.1
7
  Author: dardna
8
  Author URI: http://dardna.com
9
  */
10
 
11
+ /* Copyright 2008 Ant�nio Andrade (email : dardna@dardna.com)
12
+
13
+ This program is free software; you can redistribute it and/or modify
14
+ it under the terms of the GNU General Public License as published by
15
+ the Free Software Foundation; either version 2 of the License, or
16
+ (at your option) any later version.
17
+
18
+ This program is distributed in the hope that it will be useful,
19
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
20
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
+ GNU General Public License for more details.
22
+
23
+ You should have received a copy of the GNU General Public License
24
+ along with this program; if not, write to the Free Software
25
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
+ */
27
+
28
  if (!class_exists("WPhtc")) {
29
  class WPhtc {
30
  function WPhtc() {