This commit is contained in:
Marcus Bointon 2022-06-14 11:27:21 +02:00
parent 2aa2bd20db
commit b52ed06864
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
6.6.1
6.6.2

View File

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

View File

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

View File

@ -46,7 +46,7 @@ class POP3
*
* @var string
*/
const VERSION = '6.6.1';
const VERSION = '6.6.2';
/**
* Default POP3 port number.

View File

@ -35,7 +35,7 @@ class SMTP
*
* @var string
*/
const VERSION = '6.6.1';
const VERSION = '6.6.2';
/**
* SMTP line break constant.