From cb53dde51735a8da925e66bd20e1a12447ae13d2 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 28 Feb 2022 15:26:21 +0100 Subject: [PATCH] 6.6.0 --- VERSION | 2 +- changelog.md | 2 +- src/PHPMailer.php | 2 +- src/POP3.php | 2 +- src/SMTP.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index c1926171..cd802a1e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.4 \ No newline at end of file +6.6.0 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 2ad5b1cf..21925205 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # PHPMailer Change Log -## WIP +## Version 6.6 (February 28th, 2022) * Introduce interface for OAuth providers, making it easier to use OAuth libraries other than the League one, thanks to @pdscopes. ## Version 6.5.4 (February 17th, 2022) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 28391529..4fdc5f48 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -750,7 +750,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.5.4'; + const VERSION = '6.6.0'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 6ca3e3cc..86cfebd2 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -46,7 +46,7 @@ class POP3 * * @var string */ - const VERSION = '6.5.4'; + const VERSION = '6.6.0'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 11f78875..5ecad21d 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -35,7 +35,7 @@ class SMTP * * @var string */ - const VERSION = '6.5.4'; + const VERSION = '6.6.0'; /** * SMTP line break constant.