Version Description
- Fix: Undefined method for WooCommerce compatibility module
Download this release
Release Info
Developer | nsp-code |
Plugin | WP Hide & Security Enhancer |
Version | 1.5.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.5.4.1 to 1.5.4.2
- compatibility/woocommerce.php +1 -1
- modules/components/rewrite-json-rest.php +1 -1
- readme.txt +5 -2
- wp-hide.php +1 -1
compatibility/woocommerce.php
CHANGED
@@ -44,7 +44,7 @@
|
|
44 |
global $wph;
|
45 |
|
46 |
//if no change on the upload slug, return as is
|
47 |
-
$new_upload_path = $wph->functions->
|
48 |
if( empty ( $new_upload_path ) )
|
49 |
return $data;
|
50 |
|
44 |
global $wph;
|
45 |
|
46 |
//if no change on the upload slug, return as is
|
47 |
+
$new_upload_path = $wph->functions->get_module_item_setting('new_upload_path');
|
48 |
if( empty ( $new_upload_path ) )
|
49 |
return $data;
|
50 |
|
modules/components/rewrite-json-rest.php
CHANGED
@@ -57,7 +57,7 @@
|
|
57 |
'id' => 'block_json_rest',
|
58 |
'label' => __('Block any JSON REST calls', 'wp-hide-security-enhancer'),
|
59 |
'description' => __('Any call for JSON REST API service will be blocked.', 'wp-hide-security-enhancer')
|
60 |
-
. '<br />' . __('<span class="info"> This might be required by
|
61 |
|
62 |
|
63 |
'input_type' => 'radio',
|
57 |
'id' => 'block_json_rest',
|
58 |
'label' => __('Block any JSON REST calls', 'wp-hide-security-enhancer'),
|
59 |
'description' => __('Any call for JSON REST API service will be blocked.', 'wp-hide-security-enhancer')
|
60 |
+
. '<br />' . __('<span class="info"> This might be required by specific plugins, including new WordPress editor <b>Gutenberg</b>.</span>'),
|
61 |
|
62 |
|
63 |
'input_type' => 'radio',
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: nsp-code, tdgu
|
|
3 |
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.0
|
7 |
-
Stable tag: 1.5.4.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Hide and increase Security for your WordPress site instance using smart techniques. No files are changed on your server.
|
@@ -271,6 +271,9 @@ Please get in touch with us and we'll do our best to include it for a next versi
|
|
271 |
|
272 |
== Changelog ==
|
273 |
|
|
|
|
|
|
|
274 |
= 1.5.4.1 =
|
275 |
* Allow rewrite for images within admin, as being reversed to default when saving the post
|
276 |
|
3 |
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.0.3
|
7 |
+
Stable tag: 1.5.4.2
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Hide and increase Security for your WordPress site instance using smart techniques. No files are changed on your server.
|
271 |
|
272 |
== Changelog ==
|
273 |
|
274 |
+
= 1.5.4.2 =
|
275 |
+
* Fix: Undefined method for WooCommerce compatibility module
|
276 |
+
|
277 |
= 1.5.4.1 =
|
278 |
* Allow rewrite for images within admin, as being reversed to default when saving the post
|
279 |
|
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.5.4.
|
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.5.4.2
|
9 |
Text Domain: wp-hide-security-enhancer
|
10 |
Domain Path: /languages/
|
11 |
*/
|