WP Hide & Security Enhancer - Version 1.7.6

Version Description

  • Run on revision posts, to match URLs and revert to default WordPress ( e.g. when using Gutenberg editor )
  • Require a .php for the customization of the default wp-login.php to avoid cookie issues on password change area.
  • WooCommerce 5.9 compatibility check and tag.
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 WP Hide & Security Enhancer
Version 1.7.6
Comparing to
See all releases

Code changes from version 1.7.4 to 1.7.6

include/wph.class.php CHANGED
@@ -1471,8 +1471,6 @@
1471
  */
1472
  function save_post( $post_id )
1473
  {
1474
- if ( wp_is_post_revision( $post_id ) )
1475
- return;
1476
 
1477
  global $wpdb;
1478
 
1471
  */
1472
  function save_post( $post_id )
1473
  {
 
 
1474
 
1475
  global $wpdb;
1476
 
modules/components/admin-new_wp_login_php.php CHANGED
@@ -37,7 +37,7 @@
37
 
38
  'input_type' => 'text',
39
 
40
- 'sanitize_type' => array(array($this->wph->functions, 'sanitize_file_path_name')),
41
  'processing_order' => 50
42
 
43
  );
37
 
38
  'input_type' => 'text',
39
 
40
+ 'sanitize_type' => array(array($this->wph->functions, 'sanitize_file_path_name'), array($this->wph->functions, 'php_extension_required')),
41
  'processing_order' => 50
42
 
43
  );
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.8.2
7
- Stable tag: 1.7.4
8
  License: GPLv2 or later
9
 
10
  Hide WordPress, wp-content, wp-includes, wp-admin, login URL, plugins, themes etc. Block the defaults for being still accessible. No files and data are changed on your server.
@@ -238,9 +238,11 @@ Since version 1.2 Change individual plugin urls which make them unrecognizable,
238
 
239
  * CDN Url - Set-up CDN if apply, some providers replace site assets with custom urls.
240
 
241
- <br />This free version works with Apache and IIS server types.
242
 
243
- <br />Something is wrong with this plugin on your site? Just use the forum or get in touch with us at <a target="_blank" href="https://wp-hide.com">Contact</a> and we'll check it out.
 
 
244
 
245
  <br />A website example can be found at <a target="_blank" href="https://demo.wp-hide.com/">https://demo.wp-hide.com/</a> or our website <a target="_blank" href="https://wp-hide.com/">WP Hide and Security Enhancer</a>
246
 
@@ -360,6 +362,11 @@ Please get in touch with us and we'll do our best to include it for a next versi
360
 
361
  == Changelog ==
362
 
 
 
 
 
 
363
  = 1.7.3 =
364
  * Fix: If Emulate CMS active, ensure the buffer is an HTML content
365
 
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.9
7
+ Stable tag: 1.7.6
8
  License: GPLv2 or later
9
 
10
  Hide WordPress, wp-content, wp-includes, wp-admin, login URL, plugins, themes etc. Block the defaults for being still accessible. No files and data are changed on your server.
238
 
239
  * CDN Url - Set-up CDN if apply, some providers replace site assets with custom urls.
240
 
241
+ <br />This free version works with Apache and IIS server types. For all server types, check with <a target="_blank" href="https://wp-hide.com/">WP Hide PRO</a>
242
 
243
+ <br />This is a basic version that can hide everything for basic sites, example <a target="_blank" href="https://demo.wp-hide.com/">https://demo.wp-hide.com/</a>. When using complex plugins and themes, the WP Hide PRO may be required. We provide free assistance to hide everything on your site, along with the commercial product.
244
+
245
+ <br />Something is wrong with this plugin on your site? Just use the forum or get in touch with us at <a target="_blank" href="https://wp-hide.com/contact/">Contact</a> and we'll check it out.
246
 
247
  <br />A website example can be found at <a target="_blank" href="https://demo.wp-hide.com/">https://demo.wp-hide.com/</a> or our website <a target="_blank" href="https://wp-hide.com/">WP Hide and Security Enhancer</a>
248
 
362
 
363
  == Changelog ==
364
 
365
+ = 1.7.6 =
366
+ * Run on revision posts, to match URLs and revert to default WordPress ( e.g. when using Gutenberg editor )
367
+ * Require a .php for the customization of the default wp-login.php to avoid cookie issues on password change area.
368
+ * WooCommerce 5.9 compatibility check and tag.
369
+
370
  = 1.7.3 =
371
  * Fix: If Emulate CMS active, ensure the buffer is an HTML content
372
 
wp-hide.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://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.7.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.7.6
9
  Text Domain: wp-hide-security-enhancer
10
  Domain Path: /languages/
11
  */