6.9.3
This commit is contained in:
parent
2c73ad9dd5
commit
2f5c94fe74
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -756,7 +756,7 @@ class PHPMailer
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.9.2';
|
||||
const VERSION = '6.9.3';
|
||||
|
||||
/**
|
||||
* Error severity: message only, continue processing.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class POP3
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.9.2';
|
||||
const VERSION = '6.9.3';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class SMTP
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.9.2';
|
||||
const VERSION = '6.9.3';
|
||||
|
||||
/**
|
||||
* SMTP line break constant.
|
||||
|
|
|
|||
Loading…
Reference in New Issue