From 80fc8686fcd070267b98dae0ec228d5d67d94310 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 5 Dec 2022 11:56:35 +0100 Subject: [PATCH] 6.7 --- 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 653877f1..5840475a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.5 \ No newline at end of file +6.7 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 4767201c..52cbf700 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # PHPMailer Change Log -## WIP +## Version 6.7 (December 5th, 2022) * Break out boundary definitions into a method (note that boundary format has also changed slightly) * Remove MIME preamble to match popular client behaviour, may help with DKIM too * Fix handling of trailing whitespace in simple DKIM canonicalisation diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 5e8bbe6f..431858ac 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -750,7 +750,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.6.5'; + const VERSION = '6.7'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 5018d1b0..9d171944 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -46,7 +46,7 @@ class POP3 * * @var string */ - const VERSION = '6.6.5'; + const VERSION = '6.7'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 312f753c..4d0ac0e5 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -35,7 +35,7 @@ class SMTP * * @var string */ - const VERSION = '6.6.5'; + const VERSION = '6.7'; /** * SMTP line break constant.