7.0.1
This commit is contained in:
parent
6db653f5a8
commit
360ae911ce
|
|
@ -1,6 +1,6 @@
|
||||||
# PHPMailer Change Log
|
# PHPMailer Change Log
|
||||||
|
|
||||||
## WIP
|
## Version 7.0.1 (November 25th, 2025)
|
||||||
* Use From domain when generating CIDs in msgHTML.
|
* Use From domain when generating CIDs in msgHTML.
|
||||||
* Update to PHPCompatibility 10, resolve numerous PHPCS issues in PHP 8.5.
|
* Update to PHPCompatibility 10, resolve numerous PHPCS issues in PHP 8.5.
|
||||||
* Revise GitHub actions for PHP 8.5 and experimental 8.6 tests.
|
* Revise GitHub actions for PHP 8.5 and experimental 8.6 tests.
|
||||||
|
|
|
||||||
|
|
@ -768,7 +768,7 @@ class PHPMailer
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '7.0.0';
|
const VERSION = '7.0.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Error severity: message only, continue processing.
|
* Error severity: message only, continue processing.
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ class POP3
|
||||||
* @var string
|
* @var string
|
||||||
* @deprecated This constant will be removed in PHPMailer 8.0. Use `PHPMailer::VERSION` instead.
|
* @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.
|
* Default POP3 port number.
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ class SMTP
|
||||||
* @var string
|
* @var string
|
||||||
* @deprecated This constant will be removed in PHPMailer 8.0. Use `PHPMailer::VERSION` instead.
|
* @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.
|
* SMTP line break constant.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue