WP Hide & Security Enhancer - Version 1.4.4.1

Version Description

  • Replace the file-process file remove update
Download this release

Release Info

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

Code changes from version 1.4.4 to 1.4.4.1

Files changed (3) hide show
  1. include/update.class.php +2 -0
  2. readme.txt +4 -1
  3. wp-hide.php +1 -1
include/update.class.php CHANGED
@@ -144,6 +144,7 @@
144
  {
145
 
146
  //unlink the router folder and inner files
 
147
  if( file_exists(WPH_PATH . '/router' ))
148
  {
149
  if( file_exists(WPH_PATH . '/router/file-process.php' ))
@@ -153,6 +154,7 @@
153
 
154
  @rmdir( WPH_PATH . '/router' );
155
  }
 
156
 
157
  if( ! $_triggered_flush_rules )
158
  {
144
  {
145
 
146
  //unlink the router folder and inner files
147
+ /*
148
  if( file_exists(WPH_PATH . '/router' ))
149
  {
150
  if( file_exists(WPH_PATH . '/router/file-process.php' ))
154
 
155
  @rmdir( WPH_PATH . '/router' );
156
  }
157
+ */
158
 
159
  if( ! $_triggered_flush_rules )
160
  {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.nsp-code.com/donate.php
4
  Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, ap-admin, admin hide
5
  Requires at least: 2.8
6
  Tested up to: 4.7.3
7
- Stable tag: 1.4.4
8
  License: GPLv2 or later
9
 
10
  Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
@@ -243,6 +243,9 @@ Please get in touch with us and we'll do our best to include it for a next versi
243
 
244
  == Changelog ==
245
 
 
 
 
246
  = 1.4.4 =
247
  * New component : Robots.txt to control the outputed data
248
  * Check if any environment variable has changed before Update static environment file
4
  Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, ap-admin, admin hide
5
  Requires at least: 2.8
6
  Tested up to: 4.7.3
7
+ Stable tag: 1.4.4.1
8
  License: GPLv2 or later
9
 
10
  Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
243
 
244
  == Changelog ==
245
 
246
+ = 1.4.4.1 =
247
+ * Replace the file-process file remove update
248
+
249
  = 1.4.4 =
250
  * New component : Robots.txt to control the outputed data
251
  * Check if any environment variable has changed before Update static environment file
wp-hide.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.nsp-code.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.4.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.4.4.1
9
  Text Domain: wp-hide-security-enhancer
10
  Domain Path: /languages/
11
  */