diff --git a/wp-content/plugins/smtp-mailer/main.php b/wp-content/plugins/smtp-mailer/main.php index 3480edce..b7a41252 100644 --- a/wp-content/plugins/smtp-mailer/main.php +++ b/wp-content/plugins/smtp-mailer/main.php @@ -1,7 +1,7 @@ addAttachment( $attachment ); diff --git a/wp-content/plugins/smtp-mailer/readme.txt b/wp-content/plugins/smtp-mailer/readme.txt index bca29eff..e2a46942 100644 --- a/wp-content/plugins/smtp-mailer/readme.txt +++ b/wp-content/plugins/smtp-mailer/readme.txt @@ -3,8 +3,8 @@ Contributors: naa986 Donate link: https://wphowto.net/ Tags: email, mail, smtp, phpmailer Requires at least: 5.7 -Tested up to: 5.7 -Stable tag: 1.1.1 +Tested up to: 5.8 +Stable tag: 1.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -107,6 +107,9 @@ none == Changelog == += 1.1.2 = +* Fixed an issue that could cause an Undefined variable error if $attachments was not set. + = 1.1.1 = * WordPress 5.7 compatibility update.