6.6.2
This commit is contained in:
parent
2aa2bd20db
commit
b52ed06864
|
|
@ -1,7 +1,11 @@
|
|||
# PHPMailer Change Log
|
||||
|
||||
## Version 6.6.1 (June 14th, 2022)
|
||||
* Don't clear errors on RSET, so they can be obtained when using keepalive
|
||||
## Version 6.6.2 (June 14th, 2022)
|
||||
* Fix docs deployment GitHub action
|
||||
* Updates to parallel-lint and console highlighter, thanks to @jrfnl
|
||||
|
||||
## Version 6.6.1 (June 14th, 2022) (unreleased)
|
||||
* Don't clear errors on RSET, so they can still be obtained when using keepalive
|
||||
* Bump some GitHub action versions
|
||||
* Fix some tests
|
||||
* 🇺🇦 Slava Ukraini!
|
||||
|
|
|
|||
|
|
@ -750,7 +750,7 @@ class PHPMailer
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.6.1';
|
||||
const VERSION = '6.6.2';
|
||||
|
||||
/**
|
||||
* Error severity: message only, continue processing.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class POP3
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.6.1';
|
||||
const VERSION = '6.6.2';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class SMTP
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.6.1';
|
||||
const VERSION = '6.6.2';
|
||||
|
||||
/**
|
||||
* SMTP line break constant.
|
||||
|
|
|
|||
Loading…
Reference in New Issue