Version Description
- Bug Fix: Properly notate that iThemes Security requires PHP 5.5 or greater.
Download this release
Release Info
Developer | TimothyBlynJacobs |
Plugin | iThemes Security (formerly Better WP Security) |
Version | 7.6.1 |
Comparing to | |
See all releases |
Code changes from version 7.6.0 to 7.6.1
- better-wp-security.php +4 -4
- history.txt +3 -0
- readme.txt +9 -5
better-wp-security.php
CHANGED
@@ -6,16 +6,16 @@
|
|
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.6.
|
10 |
* Text Domain: better-wp-security
|
11 |
* Network: True
|
12 |
* License: GPLv2
|
13 |
-
* Requires PHP: 5.
|
14 |
*/
|
15 |
|
16 |
-
if ( version_compare( phpversion(), '5.
|
17 |
function itsec_free_minimum_php_version_notice() {
|
18 |
-
echo '<div class="notice notice-error"><p>' . esc_html__( 'iThemes Security requires PHP 5.
|
19 |
}
|
20 |
|
21 |
add_action( 'admin_notices', 'itsec_free_minimum_php_version_notice' );
|
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.6.1
|
10 |
* Text Domain: better-wp-security
|
11 |
* Network: True
|
12 |
* License: GPLv2
|
13 |
+
* Requires PHP: 5.5
|
14 |
*/
|
15 |
|
16 |
+
if ( version_compare( phpversion(), '5.5.0', '<' ) ) {
|
17 |
function itsec_free_minimum_php_version_notice() {
|
18 |
+
echo '<div class="notice notice-error"><p>' . esc_html__( 'iThemes Security requires PHP 5.5 or higher.', 'better-wp-security' ) . '</p></div>';
|
19 |
}
|
20 |
|
21 |
add_action( 'admin_notices', 'itsec_free_minimum_php_version_notice' );
|
history.txt
CHANGED
@@ -860,6 +860,9 @@
|
|
860 |
Bug Fix: Strong Passwords zxcvbn Library was not evaluating penalty strings correctly.
|
861 |
Bug Fix: Fix PHP warning if there are multiple detected proxy headers.
|
862 |
7.6.0 - 2019-12-09 - Timothy Jacobs
|
|
|
863 |
New Feature: iThemes Security now includes Security Check Pro to automatically and correctly determine your visitors IP addresses. Enable this scan by running Security Check and opting in to Security Check Pro or activate the Security Check Pro module in Advanced Modules. H/t Jeremy Voisin
|
864 |
Enhancement: Run Security Check Pro IP Detection automatically once a day.
|
865 |
Enhancement: Manually re-run Security Check Pro IP Detection from the Global Settings page.
|
|
|
|
860 |
Bug Fix: Strong Passwords zxcvbn Library was not evaluating penalty strings correctly.
|
861 |
Bug Fix: Fix PHP warning if there are multiple detected proxy headers.
|
862 |
7.6.0 - 2019-12-09 - Timothy Jacobs
|
863 |
+
Breaking Change: iThemes Security requires PHP 5.5 or later.
|
864 |
New Feature: iThemes Security now includes Security Check Pro to automatically and correctly determine your visitors IP addresses. Enable this scan by running Security Check and opting in to Security Check Pro or activate the Security Check Pro module in Advanced Modules. H/t Jeremy Voisin
|
865 |
Enhancement: Run Security Check Pro IP Detection automatically once a day.
|
866 |
Enhancement: Manually re-run Security Check Pro IP Detection from the Global Settings page.
|
867 |
+
7.6.1 - 2019-12-10 - Timothy Jacobs
|
868 |
+
Bug Fix: Properly notate that iThemes Security requires PHP 5.5 or greater.
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
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.3
|
6 |
-
Stable tag: 7.6.
|
7 |
-
Requires PHP: 5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -189,7 +189,11 @@ Free support may be available with the help of the community in the <a href="htt
|
|
189 |
|
190 |
== Changelog ==
|
191 |
|
|
|
|
|
|
|
192 |
= 7.6.0 =
|
|
|
193 |
* New Feature: iThemes Security now includes Security Check Pro to automatically and correctly determine your visitors IP addresses. Enable this scan by running Security Check and opting in to Security Check Pro or activate the Security Check Pro module in Advanced Modules. H/t Jeremy Voisin
|
194 |
* Enhancement: Run Security Check Pro IP Detection automatically once a day.
|
195 |
* Enhancement: Manually re-run Security Check Pro IP Detection from the Global Settings page.
|
@@ -565,5 +569,5 @@ Free support may be available with the help of the community in the <a href="htt
|
|
565 |
|
566 |
== Upgrade Notice ==
|
567 |
|
568 |
-
= 7.6.
|
569 |
-
Version 7.6.
|
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.3
|
6 |
+
Stable tag: 7.6.1
|
7 |
+
Requires PHP: 5.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
189 |
|
190 |
== Changelog ==
|
191 |
|
192 |
+
= 7.6.1 =
|
193 |
+
* Bug Fix: Properly notate that iThemes Security requires PHP 5.5 or greater.
|
194 |
+
|
195 |
= 7.6.0 =
|
196 |
+
* Breaking Change: iThemes Security requires PHP 5.5 or later.
|
197 |
* New Feature: iThemes Security now includes Security Check Pro to automatically and correctly determine your visitors IP addresses. Enable this scan by running Security Check and opting in to Security Check Pro or activate the Security Check Pro module in Advanced Modules. H/t Jeremy Voisin
|
198 |
* Enhancement: Run Security Check Pro IP Detection automatically once a day.
|
199 |
* Enhancement: Manually re-run Security Check Pro IP Detection from the Global Settings page.
|
569 |
|
570 |
== Upgrade Notice ==
|
571 |
|
572 |
+
= 7.6.1 =
|
573 |
+
Version 7.6.1 contains new features and bug fixes. It is recommended for all users.
|