WP Hide & Security Enhancer - Version 1.6.3.7

Version Description

  • Output the help title only if there's an help section available through the module settings
  • Fix undefined $found_issues
  • WordPress 5.8 compatibility tag
Download this release

Release Info

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

Code changes from version 1.6.3.6 to 1.6.3.7

include/admin-interface.class.php CHANGED
@@ -332,8 +332,8 @@
332
 
333
  <div class="wph_help<?php if ( $module_setting['help'] === FALSE ) { echo ' empty'; } ?>">
334
  <div class="text">
335
- <h4><?php echo $module_setting['help']['title'] ?></h3>
336
  <?php if ( $module_setting['help'] !== FALSE ) { ?>
 
337
  <p><?php echo $module_setting['help']['description'] ?></p>
338
  <?php } else { ?>
339
  <p>There is no help available for this option.</p>
332
 
333
  <div class="wph_help<?php if ( $module_setting['help'] === FALSE ) { echo ' empty'; } ?>">
334
  <div class="text">
 
335
  <?php if ( $module_setting['help'] !== FALSE ) { ?>
336
+ <h4><?php echo $module_setting['help']['title'] ?></h3>
337
  <p><?php echo $module_setting['help']['description'] ?></p>
338
  <?php } else { ?>
339
  <p>There is no help available for this option.</p>
include/admin-interfaces/setup.class.php CHANGED
@@ -139,7 +139,7 @@
139
  //mark the section as being viwed
140
  update_option( 'wph-first-view', 'false' );
141
 
142
-
143
 
144
  ?>
145
  <div id="wph" class="wrap">
139
  //mark the section as being viwed
140
  update_option( 'wph-first-view', 'false' );
141
 
142
+ $found_issues = FALSE;
143
 
144
  ?>
145
  <div id="wph" class="wrap">
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.7.1
7
- Stable tag: 1.6.3.6
8
  License: GPLv2 or later
9
 
10
  Hide WordPress default paths, 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.
@@ -355,6 +355,11 @@ Please get in touch with us and we'll do our best to include it for a next versi
355
 
356
  == Changelog ==
357
 
 
 
 
 
 
358
  = 1.6.3.6 =
359
  * Add dashboard and cpanel to system reserved to avoid permalinks conflicts
360
  * LiteSpeed Cache compatibility update
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
7
+ Stable tag: 1.6.3.7
8
  License: GPLv2 or later
9
 
10
  Hide WordPress default paths, 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.
355
 
356
  == Changelog ==
357
 
358
+ = 1.6.3.7 =
359
+ * Output the help title only if there's an help section available through the module settings
360
+ * Fix undefined $found_issues
361
+ * WordPress 5.8 compatibility tag
362
+
363
  = 1.6.3.6 =
364
  * Add dashboard and cpanel to system reserved to avoid permalinks conflicts
365
  * LiteSpeed Cache compatibility 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.3.6
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.3.7
9
  Text Domain: wp-hide-security-enhancer
10
  Domain Path: /languages/
11
  */