0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00
This commit is contained in:
Marcus Bointon 2022-06-14 10:19:03 +02:00
parent 0ad3a474af
commit a4bf414da6
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
6.6.0
6.6.1

View File

@ -1,5 +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
* Bump some GitHub action versions
* Fix some tests
* 🇺🇦 Slava Ukraini!
## Version 6.6 (February 28th, 2022)
* Introduce interface for OAuth providers, making it easier to use OAuth libraries other than the League one, thanks to @pdscopes.
* Add more contextual information to TLS connection failure error messages, and throw exceptions on TLS connection errors, thanks to @miken32

View File

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

View File

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

View File

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