Hide My WP Ghost – Security Plugin - Version 4.1.11

Version Description

(24 Ian 2022)= * Update - Compatibility with WordPress 5.9 * Fix compatibility with other plugins

Download this release

Release Info

Developer johndarrel
Plugin Icon 128x128 Hide My WP Ghost – Security Plugin
Version 4.1.11
Comparing to
See all releases

Code changes from version 4.1.10 to 4.1.11

Files changed (3) hide show
  1. index.php +3 -3
  2. models/Rewrite.php +2 -1
  3. readme.txt +5 -1
index.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php
2
  /*
3
- Copyright (c) 2016 - 2021, WPPlugins.
4
  The copyrights to the software code in this file are licensed under the (revised) BSD open source license.
5
 
6
  Plugin Name: Hide My WP Ghost Lite
7
  Plugin URI: https://wordpress.org/plugins/hide-my-wp/
8
  Description: The best solution for WordPress Security. Hide wp-admin, wp-login, wp-content, plugins, themes etc. Add Firewall, Brute Force protection & more. <br /> <a href="https://hidemywpghost.com/wordpress" target="_blank"><strong>Unlock all features</strong></a>
9
- Version: 4.1.10
10
  Author: WPPlugins - WordPress Security Plugins
11
  Author URI: https://hidemywp.co
12
  License: GPLv2 or later
@@ -19,7 +19,7 @@
19
  if (defined( 'ABSPATH' ) && ! defined( 'HMW_VERSION' ) ) {
20
 
21
  //Set the plugin current version
22
- define( 'HMW_VERSION', '4.1.10' );
23
 
24
  //Set the plugin last stable version
25
  define( 'HMW_STABLE_VERSION', '4.1.09' );
1
  <?php
2
  /*
3
+ Copyright (c) 2016 - 2022, WPPlugins.
4
  The copyrights to the software code in this file are licensed under the (revised) BSD open source license.
5
 
6
  Plugin Name: Hide My WP Ghost Lite
7
  Plugin URI: https://wordpress.org/plugins/hide-my-wp/
8
  Description: The best solution for WordPress Security. Hide wp-admin, wp-login, wp-content, plugins, themes etc. Add Firewall, Brute Force protection & more. <br /> <a href="https://hidemywpghost.com/wordpress" target="_blank"><strong>Unlock all features</strong></a>
9
+ Version: 4.1.11
10
  Author: WPPlugins - WordPress Security Plugins
11
  Author URI: https://hidemywp.co
12
  License: GPLv2 or later
19
  if (defined( 'ABSPATH' ) && ! defined( 'HMW_VERSION' ) ) {
20
 
21
  //Set the plugin current version
22
+ define( 'HMW_VERSION', '4.1.11' );
23
 
24
  //Set the plugin last stable version
25
  define( 'HMW_STABLE_VERSION', '4.1.09' );
models/Rewrite.php CHANGED
@@ -694,7 +694,6 @@ class HMW_Models_Rewrite {
694
 
695
  $rewritecode .= '<IfModule mod_deflate.c>' . PHP_EOL;
696
  $rewritecode .= 'SetOutputFilter DEFLATE' . PHP_EOL;
697
- $rewritecode .= '</IfModule>' . PHP_EOL;
698
 
699
  $rewritecode .= '<IfModule mod_filter.c>' . PHP_EOL;
700
  $rewritecode .= 'AddType x-font/woff .woff' . PHP_EOL;
@@ -714,6 +713,8 @@ class HMW_Models_Rewrite {
714
  $rewritecode .= 'AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf' . PHP_EOL;
715
  $rewritecode .= '</IfModule>' . PHP_EOL;
716
 
 
 
717
  $rewritecode .= '<IfModule mod_expires.c>' . PHP_EOL;
718
  $rewritecode .= 'ExpiresActive On' . PHP_EOL;
719
  $rewritecode .= 'ExpiresDefault "access plus 1 month"' . PHP_EOL;
694
 
695
  $rewritecode .= '<IfModule mod_deflate.c>' . PHP_EOL;
696
  $rewritecode .= 'SetOutputFilter DEFLATE' . PHP_EOL;
 
697
 
698
  $rewritecode .= '<IfModule mod_filter.c>' . PHP_EOL;
699
  $rewritecode .= 'AddType x-font/woff .woff' . PHP_EOL;
713
  $rewritecode .= 'AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf' . PHP_EOL;
714
  $rewritecode .= '</IfModule>' . PHP_EOL;
715
 
716
+ $rewritecode .= '</IfModule>' . PHP_EOL;
717
+
718
  $rewritecode .= '<IfModule mod_expires.c>' . PHP_EOL;
719
  $rewritecode .= 'ExpiresActive On' . PHP_EOL;
720
  $rewritecode .= 'ExpiresDefault "access plus 1 month"' . PHP_EOL;
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: johndarrel
3
  Tags: security, wordpress security, firewall, hide my wp, hide wp-admin, hide wp-login, hide wordpress, hide wp, security plugin, ocultar mi wp, hide my site, hide my wordpress, hide, hack, antivirus
4
  Requires at least: 4.3
5
- Tested up to: 5.8
6
  Requires PHP: 5.6
7
  Stable tag: trunk
8
  Donate link: https://hidemywpghost.com/hide-my-wp-pricing/
@@ -372,6 +372,10 @@ Enjoy!
372
  9. Customize the wp-admin path while logged in as administrator
373
 
374
  == Changelog ==
 
 
 
 
375
  = 4.1.10 (24 Nov 2021)=
376
  * Update - Compatibility with WordPress 5.8.2
377
  * Update - Remove the style in Sitemap XML for Nginx Servers
2
  Contributors: johndarrel
3
  Tags: security, wordpress security, firewall, hide my wp, hide wp-admin, hide wp-login, hide wordpress, hide wp, security plugin, ocultar mi wp, hide my site, hide my wordpress, hide, hack, antivirus
4
  Requires at least: 4.3
5
+ Tested up to: 5.9
6
  Requires PHP: 5.6
7
  Stable tag: trunk
8
  Donate link: https://hidemywpghost.com/hide-my-wp-pricing/
372
  9. Customize the wp-admin path while logged in as administrator
373
 
374
  == Changelog ==
375
+ = 4.1.11 (24 Ian 2022)=
376
+ * Update - Compatibility with WordPress 5.9
377
+ * Fix compatibility with other plugins
378
+
379
  = 4.1.10 (24 Nov 2021)=
380
  * Update - Compatibility with WordPress 5.8.2
381
  * Update - Remove the style in Sitemap XML for Nginx Servers