From 8b6386d7417526d1ea4da9edb70b8352f7543627 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Fri, 7 Oct 2022 14:23:10 +0200 Subject: [PATCH] 6.6.5 --- VERSION | 2 +- changelog.md | 9 +++++++++ composer.json | 2 +- src/PHPMailer.php | 2 +- src/POP3.php | 2 +- src/SMTP.php | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index a08b5f1e..653877f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.4 \ No newline at end of file +6.6.5 \ No newline at end of file diff --git a/changelog.md b/changelog.md index b7dd5cf0..27d9b105 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # PHPMailer Change Log +## Version 6.6.5 (October 7th, 2022) +* Don't try to issue RSET if there has been a connection error +* Reject attempts to add folders as attachments +* Don't suppress earlier error messages on close() +* Handle Host === null better +* Update Danish and Polish translations +* Change recommendation for Microsoft OAuth package to thenetworg/oauth2-azure +* Bump some GitHub action versions + ## Version 6.6.4 (August 22nd, 2022) * Update Greek translation * Add text/csv MIME type diff --git a/composer.json b/composer.json index 1db6f03d..9275fab4 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", - "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", + "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "autoload": { diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 8cddd581..7e6c88ff 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -750,7 +750,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.6.4'; + const VERSION = '6.6.5'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 78e91e49..a3c9f453 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -46,7 +46,7 @@ class POP3 * * @var string */ - const VERSION = '6.6.4'; + const VERSION = '6.6.5'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index c77c2bab..312f753c 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -35,7 +35,7 @@ class SMTP * * @var string */ - const VERSION = '6.6.4'; + const VERSION = '6.6.5'; /** * SMTP line break constant.