This commit is contained in:
Marcus Bointon 2025-11-25 08:18:09 +01:00
parent 6db653f5a8
commit 360ae911ce
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
7.0.0
7.0.1

View File

@ -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.

View File

@ -768,7 +768,7 @@ class PHPMailer
*
* @var string
*/
const VERSION = '7.0.0';
const VERSION = '7.0.1';
/**
* Error severity: message only, continue processing.

View File

@ -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.

View File

@ -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.