From 9400f305a898f194caff5521f64e5dfa926626f3 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 20 Jun 2022 11:21:02 +0200 Subject: [PATCH] 6.6.3 --- VERSION | 2 +- changelog.md | 5 +++-- src/PHPMailer.php | 2 +- src/POP3.php | 2 +- src/SMTP.php | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 3eae4431..a45cc0ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.2 \ No newline at end of file +6.6.3 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 4d9274a7..0164ec18 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,10 @@ # PHPMailer Change Log -## WIP -* Add a form to the OAuth setup script +## Version 6.6.3 (June 20th, 2022) +* Add an HTML form to the OAuth setup script * Minor CS improvements * Add Mongolian translation +* Remove bogus "ch" translation ## Version 6.6.2 (June 14th, 2022) * Fix docs deployment GitHub action diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 89d467c3..6590a0ef 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -750,7 +750,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.6.2'; + const VERSION = '6.6.3'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 2205b2eb..a7cc3911 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -46,7 +46,7 @@ class POP3 * * @var string */ - const VERSION = '6.6.2'; + const VERSION = '6.6.3'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 64fd0782..c439a888 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -35,7 +35,7 @@ class SMTP * * @var string */ - const VERSION = '6.6.2'; + const VERSION = '6.6.3'; /** * SMTP line break constant.