Hide My WP Ghost – Security Plugin - Version 4.1.07

Version Description

(19 May 2021)= * Update - Compatibility with WordPress 5.7.2 * Update - Added compatibility with Oxygen Builder * Update - Added compatibility with Thrive Architect Builder * Update - Added compatibility with Gravity

Download this release

Release Info

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

Code changes from version 4.1.06 to 4.1.07

Files changed (4) hide show
  1. controllers/Notice.php +2 -1
  2. index.php +2 -2
  3. models/Menu.php +6 -1
  4. readme.txt +8 -2
controllers/Notice.php CHANGED
@@ -18,12 +18,13 @@ class HMW_Controllers_Notice extends HMW_Classes_FrontController {
18
  * Show the notifications for review
19
  * @param $notices
20
  */
21
- public function hmw_admin_notices($notices) {
22
  global $wp;
23
 
24
  if (!isset($notices) || !is_array($notices)) {
25
  $notices = array();
26
  }
 
27
  $disable = '<form id="hmw_notice_form" method="POST">
28
  ' . wp_nonce_field('hmw_disable_notice', 'hmw_nonce', true, false) . '
29
  <input type="hidden" name="action" value="hmw_disable_notice" />
18
  * Show the notifications for review
19
  * @param $notices
20
  */
21
+ public function hmw_admin_notices($notices = null) {
22
  global $wp;
23
 
24
  if (!isset($notices) || !is_array($notices)) {
25
  $notices = array();
26
  }
27
+
28
  $disable = '<form id="hmw_notice_form" method="POST">
29
  ' . wp_nonce_field('hmw_disable_notice', 'hmw_nonce', true, false) . '
30
  <input type="hidden" name="action" value="hmw_disable_notice" />
index.php CHANGED
@@ -6,7 +6,7 @@
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.06
10
  Author: WPPlugins - WordPress Security Plugins
11
  Author URI: https://hidemywp.co
12
  License: GPLv2 or later
@@ -16,7 +16,7 @@
16
  */
17
 
18
  if (defined( 'NONCE_KEY' ) && defined( 'ABSPATH' ) && ! defined( 'HMW_VERSION' ) ) {
19
- define( 'HMW_VERSION', '4.1.06' );
20
  /* Call config files */
21
  require( dirname( __FILE__ ) . '/config/config.php' );
22
 
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.07
10
  Author: WPPlugins - WordPress Security Plugins
11
  Author URI: https://hidemywp.co
12
  License: GPLv2 or later
16
  */
17
 
18
  if (defined( 'NONCE_KEY' ) && defined( 'ABSPATH' ) && ! defined( 'HMW_VERSION' ) ) {
19
+ define( 'HMW_VERSION', '4.1.07' );
20
  /* Call config files */
21
  require( dirname( __FILE__ ) . '/config/config.php' );
22
 
models/Menu.php CHANGED
@@ -118,7 +118,12 @@ class HMW_Models_Menu {
118
  * Prevent other plugins to load CSS into HMW
119
  */
120
  public function fixEnqueueErrors() {
121
- $exclude = array('boostrap','wpcd-admin-js');
 
 
 
 
 
122
 
123
  foreach ($exclude as $name) {
124
  wp_dequeue_script($name);
118
  * Prevent other plugins to load CSS into HMW
119
  */
120
  public function fixEnqueueErrors() {
121
+ $exclude = array('boostrap',
122
+ 'wpcd-admin-js', 'ampforwp_admin_js', '__ytprefs_admin__', 'wpf-graphics-admin-style',
123
+ 'wpf_admin_style', 'wpf_bootstrap_script', 'wpf_wpfb-front_script', 'auxin-admin-style',
124
+ 'wdc-styles-extras', 'wdc-styles-main', 'wp-color-picker-alpha', //collor picker compatibility
125
+ 'td_wp_admin', 'td_wp_admin_color_picker', 'td_wp_admin_panel', 'td_edit_page', 'td_page_options', 'td_tooltip', 'td_confirm', 'thickbox'
126
+ );
127
 
128
  foreach ($exclude as $name) {
129
  wp_dequeue_script($name);
readme.txt CHANGED
@@ -15,7 +15,7 @@ Hide all common paths, wp-admin, wp-login, wp-content, plugins, themes, authors,
15
 
16
  **Hide My WP Ghost** is a **WordPress Security plugin**. It's one of the best security through obscurity WordPress plugins.
17
 
18
- It has over **70.000 secured websites**, over **1,600,000 brute force attempts protection** and over **6.000 login email alerts**.
19
 
20
  The plugin **adds filters and security layers** to prevent Scripts and SQL Injections, Brute Force attacks, XML-RPC attacks and more.
21
 
@@ -156,7 +156,7 @@ Thank you all for your trust, support and positive reviews!
156
 
157
  Compatible with: <strong>WP Multisite, Apache, Litespeed, Nginx and IIS</strong>.
158
 
159
- Plugins Compatibility updates: **ManageWP, WPML, W3 Total Cache, WP Super Cache, WP Fastest Cache, Hummingbird Cache, Cachify Cache, Litespeed Cache,
160
  Cache Enabler, CDN Enabler, WOT Cache, Autoptimize, Jetpack by WordPress, Contact Form 7, bbPress,
161
  All In One SEO, Yoast SEO, Squirrly SEO, WP-Rocket, Minify HTML, iThemes Security, Sucuri Security,
162
  Back-Up WordPress, Elementor Page Builder, Weglot Translate, AddToAny Share Btn, WordFence Security, Sucuri Security, Asset CleanUp**
@@ -363,6 +363,12 @@ Enjoy!
363
  8. Hide Your WP Site from Theme Detectors like wpthemedetector.com
364
 
365
  == Changelog ==
 
 
 
 
 
 
366
  = 4.1.06 (26 April 2021)=
367
  * Update - Added compatibility with builders Oxygen, Elementor, Thrive, Bricks
368
  * Update - Added extra security in backend
15
 
16
  **Hide My WP Ghost** is a **WordPress Security plugin**. It's one of the best security through obscurity WordPress plugins.
17
 
18
+ It has over **70.000 secured websites**, over **1,600,000 brute force attempts protection** and over **9.000 login email alerts**.
19
 
20
  The plugin **adds filters and security layers** to prevent Scripts and SQL Injections, Brute Force attacks, XML-RPC attacks and more.
21
 
156
 
157
  Compatible with: <strong>WP Multisite, Apache, Litespeed, Nginx and IIS</strong>.
158
 
159
+ Plugins Compatibility updates: **ManageWP, WPML, W3 Total Cache, Gravity, WP Super Cache, WP Fastest Cache, Hummingbird Cache, Cachify Cache, Litespeed Cache,
160
  Cache Enabler, CDN Enabler, WOT Cache, Autoptimize, Jetpack by WordPress, Contact Form 7, bbPress,
161
  All In One SEO, Yoast SEO, Squirrly SEO, WP-Rocket, Minify HTML, iThemes Security, Sucuri Security,
162
  Back-Up WordPress, Elementor Page Builder, Weglot Translate, AddToAny Share Btn, WordFence Security, Sucuri Security, Asset CleanUp**
363
  8. Hide Your WP Site from Theme Detectors like wpthemedetector.com
364
 
365
  == Changelog ==
366
+ = 4.1.07 (19 May 2021)=
367
+ * Update - Compatibility with WordPress 5.7.2
368
+ * Update - Added compatibility with Oxygen Builder
369
+ * Update - Added compatibility with Thrive Architect Builder
370
+ * Update - Added compatibility with Gravity
371
+
372
  = 4.1.06 (26 April 2021)=
373
  * Update - Added compatibility with builders Oxygen, Elementor, Thrive, Bricks
374
  * Update - Added extra security in backend