Version Description
- Bug Fix: Hide backend bypass.
Download this release
Release Info
Developer | TimothyBlynJacobs |
Plugin | iThemes Security (formerly Better WP Security) |
Version | 7.3.3 |
Comparing to | |
See all releases |
Code changes from version 7.3.2 to 7.3.3
- better-wp-security.php +1 -1
- core/history.txt +2 -0
- core/modules/hide-backend/class-itsec-hide-backend.php +1 -1
- history.txt +2 -0
- readme.txt +6 -3
better-wp-security.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Description: Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.
|
7 |
* Author: iThemes
|
8 |
* Author URI: https://ithemes.com
|
9 |
-
* Version: 7.3.
|
10 |
* Text Domain: better-wp-security
|
11 |
* Network: True
|
12 |
* License: GPLv2
|
6 |
* Description: Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.
|
7 |
* Author: iThemes
|
8 |
* Author URI: https://ithemes.com
|
9 |
+
* Version: 7.3.3
|
10 |
* Text Domain: better-wp-security
|
11 |
* Network: True
|
12 |
* License: GPLv2
|
core/history.txt
CHANGED
@@ -796,3 +796,5 @@
|
|
796 |
Bug Fix: Properly return error that occurs during a backup.
|
797 |
Bug Fix: Regex warning on PHP 7.3 in the File Change module.
|
798 |
Bug Fix: Resolve warning when a user is set to "No Role".
|
|
|
|
796 |
Bug Fix: Properly return error that occurs during a backup.
|
797 |
Bug Fix: Regex warning on PHP 7.3 in the File Change module.
|
798 |
Bug Fix: Resolve warning when a user is set to "No Role".
|
799 |
+
5.1.4 - 2019-03-22 - Chris Jean & Timothy Jacobs
|
800 |
+
Bug Fix: Hide backend bypass.
|
core/modules/hide-backend/class-itsec-hide-backend.php
CHANGED
@@ -22,7 +22,7 @@ class ITSEC_Hide_Backend {
|
|
22 |
}
|
23 |
|
24 |
|
25 |
-
add_action( '
|
26 |
add_action( 'signup_hidden_fields', array( $this, 'add_token_to_registration_form' ) );
|
27 |
add_action( 'login_enqueue_scripts', array( $this, 'login_enqueue' ) );
|
28 |
|
22 |
}
|
23 |
|
24 |
|
25 |
+
add_action( 'itsec_initialized', array( $this, 'handle_specific_page_requests' ), 1000 );
|
26 |
add_action( 'signup_hidden_fields', array( $this, 'add_token_to_registration_form' ) );
|
27 |
add_action( 'login_enqueue_scripts', array( $this, 'login_enqueue' ) );
|
28 |
|
history.txt
CHANGED
@@ -834,3 +834,5 @@
|
|
834 |
Bug Fix: Properly return error that occurs during a backup.
|
835 |
Bug Fix: Regex warning on PHP 7.3 in the File Change module.
|
836 |
Bug Fix: Resolve warning when a user is set to "No Role".
|
|
|
|
834 |
Bug Fix: Properly return error that occurs during a backup.
|
835 |
Bug Fix: Regex warning on PHP 7.3 in the File Change module.
|
836 |
Bug Fix: Resolve warning when a user is set to "No Role".
|
837 |
+
7.3.3 - 2019-03-25 - Chris Jean & Timothy Jacobs
|
838 |
+
Bug Fix: Hide backend bypass.
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== iThemes Security (formerly Better WP Security) ===
|
2 |
-
Contributors: ithemes, chrisjean,
|
3 |
Tags: security, security plugin, malware, hack, secure, block, SSL, admin, htaccess, lockdown, login, protect, protection, anti virus, attack, injection, login security, maintenance, permissions, prevention, authentication, administration, password, brute force, ban, permissions, bots, user agents, xml rpc, security log
|
4 |
Requires at least: 4.7
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 7.3.
|
7 |
Requires PHP: 5.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -189,6 +189,9 @@ Free support may be available with the help of the community in the <a href="htt
|
|
189 |
|
190 |
== Changelog ==
|
191 |
|
|
|
|
|
|
|
192 |
= 7.3.2 =
|
193 |
* Tweak: Allow the log description column to word break for URLs or other strings with no spaces.
|
194 |
* Bug Fix: Hide Backend bypass on certain Apache configurations.
|
1 |
=== iThemes Security (formerly Better WP Security) ===
|
2 |
+
Contributors: ithemes, chrisjean, mattdanner, timothyblynjacobs
|
3 |
Tags: security, security plugin, malware, hack, secure, block, SSL, admin, htaccess, lockdown, login, protect, protection, anti virus, attack, injection, login security, maintenance, permissions, prevention, authentication, administration, password, brute force, ban, permissions, bots, user agents, xml rpc, security log
|
4 |
Requires at least: 4.7
|
5 |
+
Tested up to: 5.2.0
|
6 |
+
Stable tag: 7.3.3
|
7 |
Requires PHP: 5.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
189 |
|
190 |
== Changelog ==
|
191 |
|
192 |
+
= 7.3.3 =
|
193 |
+
* Bug Fix: Hide backend bypass.
|
194 |
+
|
195 |
= 7.3.2 =
|
196 |
* Tweak: Allow the log description column to word break for URLs or other strings with no spaces.
|
197 |
* Bug Fix: Hide Backend bypass on certain Apache configurations.
|