From 360ae911ce62e25e11249f6140fa58939f556ebe Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 25 Nov 2025 08:18:09 +0100 Subject: [PATCH] 7.0.1 --- 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 66ce77b7..9fe9ff9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.0 +7.0.1 diff --git a/changelog.md b/changelog.md index df441b2d..9a66023d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # PHPMailer Change Log -## WIP +## Version 7.0.1 (November 25th, 2025) * Use From domain when generating CIDs in msgHTML. * Update to PHPCompatibility 10, resolve numerous PHPCS issues in PHP 8.5. * Revise GitHub actions for PHP 8.5 and experimental 8.6 tests. diff --git a/src/PHPMailer.php b/src/PHPMailer.php index bd9825f3..eb48e858 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -768,7 +768,7 @@ class PHPMailer * * @var string */ - const VERSION = '7.0.0'; + const VERSION = '7.0.1'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 92d6633e..bf43acaf 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -47,7 +47,7 @@ class POP3 * @var string * @deprecated This constant will be removed in PHPMailer 8.0. Use `PHPMailer::VERSION` instead. */ - const VERSION = '7.0.0'; + const VERSION = '7.0.1'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 27f02e72..b657798c 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -36,7 +36,7 @@ class SMTP * @var string * @deprecated This constant will be removed in PHPMailer 8.0. Use `PHPMailer::VERSION` instead. */ - const VERSION = '7.0.0'; + const VERSION = '7.0.1'; /** * SMTP line break constant.