WP Hide & Security Enhancer - Version 1.5.4.2

Version Description

  • Fix: Undefined method for WooCommerce compatibility module
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 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 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->get_site_module_saved_value('new_upload_path');
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 spedific plugins, including new WordPress editor <b>Gutenberg</b>.</span>'),
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.1
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.1
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
  */