Version Description
- Adding button for create .htaccess file if not exists
- Fixed bug in the permissions to view the plugin
- Optimized for smaller memory requirements
Download this release
Release Info
| Developer | Lukenzi |
| Plugin | |
| Version | 1.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.0 to 1.0.1
- readme.txt +6 -1
- wp-htaccess-editor.php +1 -1
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: http://www.wp-blog.cz/o-autorovi/
|
|
| 4 |
Tags: editor,htaccess,simply
|
| 5 |
Requires at least: 3.0
|
| 6 |
Tested up to: 3.1
|
| 7 |
-
Stable tag: 1.0.
|
| 8 |
|
| 9 |
Simply .htaccess editor
|
| 10 |
|
|
@@ -28,6 +28,11 @@ Simple editor htaccess file without using FTP client
|
|
| 28 |
|
| 29 |
== Changelog ==
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
= 1.0.0 =
|
| 32 |
* First stable version
|
| 33 |
* Adding to WordPress repository
|
| 4 |
Tags: editor,htaccess,simply
|
| 5 |
Requires at least: 3.0
|
| 6 |
Tested up to: 3.1
|
| 7 |
+
Stable tag: 1.0.1
|
| 8 |
|
| 9 |
Simply .htaccess editor
|
| 10 |
|
| 28 |
|
| 29 |
== Changelog ==
|
| 30 |
|
| 31 |
+
= 1.0.1 =
|
| 32 |
+
* Adding button for create .htaccess file if not exists
|
| 33 |
+
* Fixed bug in the permissions to view the plugin
|
| 34 |
+
* Optimized for smaller memory requirements
|
| 35 |
+
|
| 36 |
= 1.0.0 =
|
| 37 |
* First stable version
|
| 38 |
* Adding to WordPress repository
|
wp-htaccess-editor.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: WP Htaccess Editor
|
| 4 |
Plugin URI: http://www.wp-blog.cz
|
| 5 |
Description: Simple editor htaccess file without using FTP client
|
| 6 |
-
Version: 1.0.
|
| 7 |
Author: Lukenzi
|
| 8 |
Author URI: http://www.wp-blog.cz/o-autorovi/
|
| 9 |
License: GPLv2 or later
|
| 3 |
Plugin Name: WP Htaccess Editor
|
| 4 |
Plugin URI: http://www.wp-blog.cz
|
| 5 |
Description: Simple editor htaccess file without using FTP client
|
| 6 |
+
Version: 1.0.1
|
| 7 |
Author: Lukenzi
|
| 8 |
Author URI: http://www.wp-blog.cz/o-autorovi/
|
| 9 |
License: GPLv2 or later
|
