6.9.3
This commit is contained in:
parent
2c73ad9dd5
commit
2f5c94fe74
|
|
@ -1,7 +1,7 @@
|
||||||
# PHPMailer Change Log
|
# PHPMailer Change Log
|
||||||
|
|
||||||
## WIP
|
## Version 6.9.3 (November 22nd, 2024)
|
||||||
* Add support for release version of PHP 8.4
|
* Add support for the release version of PHP 8.4
|
||||||
* Add experimental support for PHP 8.5
|
* Add experimental support for PHP 8.5
|
||||||
* Use rfc-editor.org for all RFC docs links
|
* Use rfc-editor.org for all RFC docs links
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -756,7 +756,7 @@ class PHPMailer
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '6.9.2';
|
const VERSION = '6.9.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Error severity: message only, continue processing.
|
* Error severity: message only, continue processing.
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ class POP3
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '6.9.2';
|
const VERSION = '6.9.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default POP3 port number.
|
* Default POP3 port number.
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ class SMTP
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '6.9.2';
|
const VERSION = '6.9.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SMTP line break constant.
|
* SMTP line break constant.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue