From 2f5c94fe7493efc213f643c23b1b1c249d40f47e Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Sun, 24 Nov 2024 19:04:13 +0100 Subject: [PATCH] 6.9.3 --- VERSION | 2 +- changelog.md | 4 ++-- src/PHPMailer.php | 2 +- src/POP3.php | 2 +- src/SMTP.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 6b9255cf..5f54f91e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.9.2 +6.9.3 diff --git a/changelog.md b/changelog.md index 643b343c..cc86f83e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # PHPMailer Change Log -## WIP -* Add support for release version of PHP 8.4 +## Version 6.9.3 (November 22nd, 2024) +* Add support for the release version of PHP 8.4 * Add experimental support for PHP 8.5 * Use rfc-editor.org for all RFC docs links diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 69709a21..4a6077c0 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -756,7 +756,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.9.2'; + const VERSION = '6.9.3'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 697c9612..376fae2a 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -46,7 +46,7 @@ class POP3 * * @var string */ - const VERSION = '6.9.2'; + const VERSION = '6.9.3'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 5c225dc9..b4eff404 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -35,7 +35,7 @@ class SMTP * * @var string */ - const VERSION = '6.9.2'; + const VERSION = '6.9.3'; /** * SMTP line break constant.