Skip to content

Commit

Permalink
version bump; plugin headers
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanaldea89 committed Aug 23, 2024
1 parent 50c4d8c commit 835b844
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 15 deletions.
28 changes: 24 additions & 4 deletions htaccess-file-editor.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
<?php
/*
Plugin Name: Htaccess File Editor
Plugin URI: https://mantrabrain.com/
Plugin URI: https://wpchill.com/
Description: Simple editor for htaccess file without using FTP client.
Version: 1.0.17
Version: 1.0.18
Text Domain: htaccess-file-editor
Author: MantraBrain
Author URI: https://mantrabrain.com
Author: WPChill
Author URI: https://wpchill.com/
Requires at least: 3.0.0
Tested up to: 6.6
License: GPLv2 or later
* Copyright 2024 WPChill [email protected]
*
* Original Plugin URI: https://mantrabrain.com/
* Original Author URI: https://mantrabrain.com/
* Original Author: https://profiles.wordpress.org/mantrabrain/
*
* MantraBrain has transferred ownership to WPChill on August 2024.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 3, as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

if (!defined('ABSPATH')) {
Expand Down
18 changes: 7 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Htaccess File Editor - Easily Edit, Backup, Restore .htaccess file ===
Contributors: MantraBrain, gangadharkashyap
Author URI: https://mantrabrain.com
Contributors: WPChill, silkalns
Author URI: https://wpchill.com/
Tags: htaccess, htaccess editor, htaccess backup, htaccess restore
Version: 1.0.17
Version: 1.0.18
Requires at least: 3.0
Tested up to: 6.6
Stable tag: 1.0.17
Stable tag: 1.0.18
License: GPLv2 or later

Simple editor htaccess file without using FTP client.
Expand All @@ -21,13 +21,6 @@ You can create a Backup from Htaccess --> Backup Menu and you can edit .htaccess
2. Create Backup of .htaccess file
3. Restore old .htaccess backup

== MORE PRODUCTS FROM US ==
>**[Yatra WordPress Travel Booking Plugin](https://wpyatra.com/?ref=wporghtaccess)**
>Yatra is a free, SEO friendly & scalable WordPress travel booking plugin to create travel and tour packages for tour operators and travel agencies. [View Details](https://wpyatra.com/?ref=wporghtaccess)

>**[Ultimate Image Watermark](https://wordpress.org/plugins/ultimate-watermark/)**
>Ultimate Watermark is WordPress Image Watermark plugin. It can automatically add watermark to any images as they are uploaded to WordPress media library and bulk watermark previously uploaded images. [View Details](https://wordpress.org/plugins/ultimate-watermark/)

== Installation ==

1. Extract the zip into the *wp-content/plugins* directory
Expand All @@ -47,6 +40,9 @@ Try to restore the original backup file. If restoration is not possible with thi
Please go to our support forums. We’ll gladly help you.

== Changelog ==
= 1.0.18 - 23/08/2024 =
* Changed: Author


= 1.0.17 - 21/08/2024 =
* Fixed : Compatibility to 6.6

0 comments on commit 835b844

Please sign in to comment.