Version Description
- Bug Fix: Fixed issue that could cause database backup emails to be sent without the backup zip attached.
Download this release
Release Info
Developer | chrisjean |
Plugin | iThemes Security (formerly Better WP Security) |
Version | 5.8.1 |
Comparing to | |
See all releases |
Code changes from version 5.8.0 to 5.8.1
- better-wp-security.php +1 -1
- core/history.txt +2 -0
- core/modules/backup/class-itsec-backup.php +1 -2
- 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: 5.8.
|
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: 5.8.1
|
10 |
* Text Domain: better-wp-security
|
11 |
* Network: True
|
12 |
* License: GPLv2
|
core/history.txt
CHANGED
@@ -472,3 +472,5 @@
|
|
472 |
Enhancement: Updated the lockouts notification email to a new design. This new design also cleaned up the translation strings to allow better translations.
|
473 |
New Feature: Added a "Protect Against Tabnapping" feature in the WordPress Tweaks section. Details of what this feature protects against can be found here: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
|
474 |
Misc: Updated the description for the Lockout Period setting to indicate that the default value of 15 minutes is recommended.
|
|
|
|
472 |
Enhancement: Updated the lockouts notification email to a new design. This new design also cleaned up the translation strings to allow better translations.
|
473 |
New Feature: Added a "Protect Against Tabnapping" feature in the WordPress Tweaks section. Details of what this feature protects against can be found here: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
|
474 |
Misc: Updated the description for the Lockout Period setting to indicate that the default value of 15 minutes is recommended.
|
475 |
+
2.7.1 - 2016-12-06 - Chris Jean
|
476 |
+
Bug Fix: Fixed issue that could cause database backup emails to be sent without the backup zip attached.
|
core/modules/backup/class-itsec-backup.php
CHANGED
@@ -247,8 +247,7 @@ class ITSEC_Backup {
|
|
247 |
$subject = apply_filters( 'itsec_backup_email_subject', $subject );
|
248 |
$mail->set_subject( $subject, false );
|
249 |
|
250 |
-
$
|
251 |
-
$mail->add_attachment( $attachment );
|
252 |
|
253 |
$mail_success = $mail->send();
|
254 |
}
|
247 |
$subject = apply_filters( 'itsec_backup_email_subject', $subject );
|
248 |
$mail->set_subject( $subject, false );
|
249 |
|
250 |
+
$mail->add_attachment( "$dir/$file$fileext" );
|
|
|
251 |
|
252 |
$mail_success = $mail->send();
|
253 |
}
|
history.txt
CHANGED
@@ -592,3 +592,5 @@
|
|
592 |
Enhancement: Updated the lockouts notification email to a new design. This new design also cleaned up the translation strings to allow better translations.
|
593 |
New Feature: Added a "Protect Against Tabnapping" feature in the WordPress Tweaks section. Details of what this feature protects against can be found here: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
|
594 |
Misc: Updated the description for the Lockout Period setting to indicate that the default value of 15 minutes is recommended.
|
|
|
|
592 |
Enhancement: Updated the lockouts notification email to a new design. This new design also cleaned up the translation strings to allow better translations.
|
593 |
New Feature: Added a "Protect Against Tabnapping" feature in the WordPress Tweaks section. Details of what this feature protects against can be found here: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
|
594 |
Misc: Updated the description for the Lockout Period setting to indicate that the default value of 15 minutes is recommended.
|
595 |
+
5.8.1 - 2016-12-06 - Chris Jean
|
596 |
+
Bug Fix: Fixed issue that could cause database backup emails to be sent without the backup zip attached.
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: ithemes, chrisjean, gerroald, mattdanner
|
|
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.5
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 5.8.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -188,6 +188,9 @@ Free support may be available with the help of the community in the <a href="htt
|
|
188 |
|
189 |
== Changelog ==
|
190 |
|
|
|
|
|
|
|
191 |
= 5.8.0 =
|
192 |
* Enhancement: Updated the lockouts notification email to a new design. This new design also cleaned up the translation strings to allow better translations.
|
193 |
* New Feature: Added a "Protect Against Tabnapping" feature in the WordPress Tweaks section. Details of what this feature protects against can be found here: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
|
@@ -1624,5 +1627,5 @@ This release is a complete rewrite from the ground up. Special thanks to Cory Mi
|
|
1624 |
|
1625 |
== Upgrade Notice ==
|
1626 |
|
1627 |
-
= 5.8.
|
1628 |
-
Version 5.8.
|
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.5
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 5.8.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
188 |
|
189 |
== Changelog ==
|
190 |
|
191 |
+
= 5.8.1 =
|
192 |
+
* Bug Fix: Fixed issue that could cause database backup emails to be sent without the backup zip attached.
|
193 |
+
|
194 |
= 5.8.0 =
|
195 |
* Enhancement: Updated the lockouts notification email to a new design. This new design also cleaned up the translation strings to allow better translations.
|
196 |
* New Feature: Added a "Protect Against Tabnapping" feature in the WordPress Tweaks section. Details of what this feature protects against can be found here: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
|
1627 |
|
1628 |
== Upgrade Notice ==
|
1629 |
|
1630 |
+
= 5.8.1 =
|
1631 |
+
Version 5.8.1 fixes a bug that could prevent database backup zips from being sent. It is recommended for all users.
|