WP Hide & Security Enhancer - Version 1.6.2.0.4

Version Description

  • Update Compatibility file with Oxygen editor, for image with link wrapper
  • WordPress 5.6 compatibility tag update
Download this release

Release Info

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

Code changes from version 1.6.2.0.3 to 1.6.2.0.4

Files changed (3) hide show
  1. compatibility/oxygen-class.php +7 -5
  2. readme.txt +6 -2
  3. wp-hide.php +1 -1
compatibility/oxygen-class.php CHANGED
@@ -58,12 +58,14 @@
58
 
59
  global $wph;
60
 
 
 
 
 
 
 
61
  if ( isset( $args['ct_options'] ) && ! empty ( $args['ct_options'] ) )
62
- {
63
- $replacement_list = $wph->functions->get_replacement_list();
64
- $replacement_list = array_flip($replacement_list);
65
- $args['ct_options'] = $wph->functions->content_urls_replacement( $args['ct_options'], $replacement_list );
66
- }
67
 
68
  // Generally the hash is checked against data from the DB which will be unslashed so we normalize here.
69
  $hash = hash_hmac( $this->algo, serialize( array( $name, wp_unslash( $args ), wp_unslash( $content ) ) ), $key );
58
 
59
  global $wph;
60
 
61
+ $replacement_list = $wph->functions->get_replacement_list();
62
+ $replacement_list = array_flip($replacement_list);
63
+
64
+ if ( ! empty ( $content ) )
65
+ $content = $wph->functions->content_urls_replacement( $content, $replacement_list );
66
+
67
  if ( isset( $args['ct_options'] ) && ! empty ( $args['ct_options'] ) )
68
+ $args['ct_options'] = $wph->functions->content_urls_replacement( $args['ct_options'], $replacement_list );
 
 
 
 
69
 
70
  // Generally the hash is checked against data from the DB which will be unslashed so we normalize here.
71
  $hash = hash_hmac( $this->algo, serialize( array( $name, wp_unslash( $args ), wp_unslash( $content ) ) ), $key );
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.5.3
7
- Stable tag: 1.6.2.0.3
8
  License: GPLv2 or later
9
 
10
  Hide and increase Security for your WordPress site using smart techniques. No files are changed on your server. Change default admin and wp-login urls
@@ -349,6 +349,10 @@ Please get in touch with us and we'll do our best to include it for a next versi
349
 
350
  == Changelog ==
351
 
 
 
 
 
352
  = 1.6.2.0.3 =
353
  * Compatibility file with Oxygen editor
354
 
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.6
7
+ Stable tag: 1.6.2.0.4
8
  License: GPLv2 or later
9
 
10
  Hide and increase Security for your WordPress site using smart techniques. No files are changed on your server. Change default admin and wp-login urls
349
 
350
  == Changelog ==
351
 
352
+ = 1.6.2.0.4 =
353
+ * Update Compatibility file with Oxygen editor, for image with link wrapper
354
+ * WordPress 5.6 compatibility tag update
355
+
356
  = 1.6.2.0.3 =
357
  * Compatibility file with Oxygen editor
358
 
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.2.0.3
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.2.0.4
9
  Text Domain: wp-hide-security-enhancer
10
  Domain Path: /languages/
11
  */