Version Description
- Reverse URLs when saving a options, to avoid custom urls to be writted within the database.
- Check if string before making a replacement on metadata
- Compatibility file for Oxigen editor, when using Signatures
- Simple Firewall compatibility file update - check if FernleafSystems\Wordpress\Plugin\Shield\Controller\Controller class exists before apply
Download this release
Release Info
Developer | nsp-code |
Plugin | WP Hide & Security Enhancer |
Version | 1.6.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.2.3 to 1.6.2.4
- readme.txt +6 -3
- wp-hide.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.nsp-code.com/
|
|
4 |
Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, wp-admin, admin hide, login change,
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.6
|
7 |
-
Stable tag: 1.6.2.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Hide and increase Security for your WordPress site using smart techniques. No files are changed on your server. Change default admin and wp-login urls
|
@@ -349,9 +349,12 @@ Please get in touch with us and we'll do our best to include it for a next versi
|
|
349 |
|
350 |
== Changelog ==
|
351 |
|
352 |
-
= 1.6.2.
|
353 |
* Reverse URLs when saving a options, to avoid custom urls to be writted within the database.
|
354 |
-
|
|
|
|
|
|
|
355 |
= 1.6.2.0.4 =
|
356 |
* Update Compatibility file with Oxygen editor, for image with link wrapper
|
357 |
* WordPress 5.6 compatibility tag update
|
4 |
Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, wp-admin, admin hide, login change,
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.6
|
7 |
+
Stable tag: 1.6.2.4
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Hide and increase Security for your WordPress site using smart techniques. No files are changed on your server. Change default admin and wp-login urls
|
349 |
|
350 |
== Changelog ==
|
351 |
|
352 |
+
= 1.6.2.4 =
|
353 |
* Reverse URLs when saving a options, to avoid custom urls to be writted within the database.
|
354 |
+
* Check if string before making a replacement on metadata
|
355 |
+
* Compatibility file for Oxigen editor, when using Signatures
|
356 |
+
* Simple Firewall compatibility file update - check if FernleafSystems\Wordpress\Plugin\Shield\Controller\Controller class exists before apply
|
357 |
+
|
358 |
= 1.6.2.0.4 =
|
359 |
* Update Compatibility file with Oxygen editor, for image with link wrapper
|
360 |
* WordPress 5.6 compatibility tag update
|
wp-hide.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.wp-hide.com/
|
|
5 |
Description: Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
|
6 |
Author: Nsp Code
|
7 |
Author URI: http://www.nsp-code.com
|
8 |
-
Version: 1.6.2.
|
9 |
Text Domain: wp-hide-security-enhancer
|
10 |
Domain Path: /languages/
|
11 |
*/
|
5 |
Description: Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
|
6 |
Author: Nsp Code
|
7 |
Author URI: http://www.nsp-code.com
|
8 |
+
Version: 1.6.2.4
|
9 |
Text Domain: wp-hide-security-enhancer
|
10 |
Domain Path: /languages/
|
11 |
*/
|