From b52ed06864fdda81b82ec8bf564cf15d45ed4f95 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 14 Jun 2022 11:27:21 +0200 Subject: [PATCH] 6.6.2 --- VERSION | 2 +- changelog.md | 8 ++++++-- src/PHPMailer.php | 2 +- src/POP3.php | 2 +- src/SMTP.php | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index ba92e72f5..3eae44313 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.1 \ No newline at end of file +6.6.2 \ No newline at end of file diff --git a/changelog.md b/changelog.md index d68074a36..f2e4a80d8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,11 @@ # PHPMailer Change Log -## Version 6.6.1 (June 14th, 2022) -* Don't clear errors on RSET, so they can be obtained when using keepalive +## Version 6.6.2 (June 14th, 2022) +* Fix docs deployment GitHub action +* Updates to parallel-lint and console highlighter, thanks to @jrfnl + +## Version 6.6.1 (June 14th, 2022) (unreleased) +* Don't clear errors on RSET, so they can still be obtained when using keepalive * Bump some GitHub action versions * Fix some tests * πŸ‡ΊπŸ‡¦ Slava Ukraini! diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 9daecc76a..228475d53 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -750,7 +750,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.6.1'; + const VERSION = '6.6.2'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index d3786a6ae..2205b2ebc 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -46,7 +46,7 @@ class POP3 * * @var string */ - const VERSION = '6.6.1'; + const VERSION = '6.6.2'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index dad87524d..64fd07826 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -35,7 +35,7 @@ class SMTP * * @var string */ - const VERSION = '6.6.1'; + const VERSION = '6.6.2'; /** * SMTP line break constant.