WP Hide & Security Enhancer - Version 1.3.6.3

Version Description

  • Fixed PHP Notice: Undefined variable: dom
Download this release

Release Info

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

Code changes from version 1.3.6.2 to 1.3.6.3

modules/components/general-html.php CHANGED
@@ -340,7 +340,7 @@
340
 
341
  $doc->normalizeDocument();
342
 
343
- $buffer = $doc->saveHTML( $dom->documentElement );
344
 
345
  return $buffer;
346
 
340
 
341
  $doc->normalizeDocument();
342
 
343
+ $buffer = $doc->saveHTML( );
344
 
345
  return $buffer;
346
 
modules/components/general-meta.php CHANGED
@@ -224,7 +224,7 @@
224
 
225
  $doc->normalizeDocument();
226
 
227
- $buffer = $doc->saveHTML( $dom->documentElement );
228
 
229
  return $buffer;
230
 
@@ -271,7 +271,7 @@
271
 
272
  $doc->normalizeDocument();
273
 
274
- $buffer = $doc->saveHTML( $dom->documentElement );
275
 
276
  return $buffer;
277
 
@@ -413,7 +413,7 @@
413
 
414
  $doc->normalizeDocument();
415
 
416
- $buffer = $doc->saveHTML( $dom->documentElement );
417
 
418
  return $buffer;
419
 
224
 
225
  $doc->normalizeDocument();
226
 
227
+ $buffer = $doc->saveHTML( );
228
 
229
  return $buffer;
230
 
271
 
272
  $doc->normalizeDocument();
273
 
274
+ $buffer = $doc->saveHTML( );
275
 
276
  return $buffer;
277
 
413
 
414
  $doc->normalizeDocument();
415
 
416
+ $buffer = $doc->saveHTML( );
417
 
418
  return $buffer;
419
 
modules/components/general-styles.php CHANGED
@@ -129,7 +129,7 @@
129
 
130
  $doc->normalizeDocument();
131
 
132
- $buffer = $doc->saveHTML( $dom->documentElement );
133
 
134
  return $buffer;
135
 
129
 
130
  $doc->normalizeDocument();
131
 
132
+ $buffer = $doc->saveHTML( );
133
 
134
  return $buffer;
135
 
modules/components/rewrite-new_xml-rpc-path.php CHANGED
@@ -196,7 +196,7 @@
196
 
197
  $doc->normalizeDocument();
198
 
199
- $buffer = $doc->saveHTML( $dom->documentElement );
200
 
201
  return $buffer;
202
  }
196
 
197
  $doc->normalizeDocument();
198
 
199
+ $buffer = $doc->saveHTML( );
200
 
201
  return $buffer;
202
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.nsp-code.com/donate.php
4
  Tags: hide, security, improve security, hacking, wp hide, wordpress hide, custom login url, wp-loging.php, ap-admin
5
  Requires at least: 2.8
6
  Tested up to: 4.6.1
7
- Stable tag: 1.3.6.2
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.
@@ -230,6 +230,10 @@ Please get in touch with us and we'll do our best to include it for a next versi
230
 
231
  == Changelog ==
232
 
 
 
 
 
233
  = 1.3.6.2 =
234
  * W3 Total Cache - Page Cache compatibility fix
235
  * Canonical tag replacement improvements
4
  Tags: hide, security, improve security, hacking, wp hide, wordpress hide, custom login url, wp-loging.php, ap-admin
5
  Requires at least: 2.8
6
  Tested up to: 4.6.1
7
+ Stable tag: 1.3.6.3
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.
230
 
231
  == Changelog ==
232
 
233
+ = 1.3.6.3 =
234
+
235
+ * Fixed PHP Notice: Undefined variable: dom
236
+
237
  = 1.3.6.2 =
238
  * W3 Total Cache - Page Cache compatibility fix
239
  * Canonical tag replacement improvements
wp-hide.php CHANGED
@@ -5,14 +5,14 @@ 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.3.6.2
9
  Text Domain: wp-hide-security-enhancer
10
  Domain Path: /languages/
11
  */
12
 
13
 
14
  define('WPH_PATH', plugin_dir_path(__FILE__));
15
- define('WPH_VERSION', '1.3.6.2');
16
 
17
  //load language files
18
  add_action( 'plugins_loaded', 'WPH_load_textdomain');
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.3.6.3
9
  Text Domain: wp-hide-security-enhancer
10
  Domain Path: /languages/
11
  */
12
 
13
 
14
  define('WPH_PATH', plugin_dir_path(__FILE__));
15
+ define('WPH_VERSION', '1.3.6.3');
16
 
17
  //load language files
18
  add_action( 'plugins_loaded', 'WPH_load_textdomain');