This commit is contained in:
Marcus Bointon 2022-02-28 15:26:21 +01:00
parent 03649a2ffb
commit cb53dde517
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
6.5.4
6.6.0

View File

@ -1,6 +1,6 @@
# PHPMailer Change Log
## WIP
## 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.
## Version 6.5.4 (February 17th, 2022)

View File

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

View File

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

View File

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