This commit is contained in:
Marcus Bointon 2022-06-20 11:21:02 +02:00
parent e6fbc528c5
commit 9400f305a8
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
6.6.2
6.6.3

View File

@ -1,9 +1,10 @@
# PHPMailer Change Log
## WIP
* Add a form to the OAuth setup script
## Version 6.6.3 (June 20th, 2022)
* Add an HTML form to the OAuth setup script
* Minor CS improvements
* Add Mongolian translation
* Remove bogus "ch" translation
## Version 6.6.2 (June 14th, 2022)
* Fix docs deployment GitHub action

View File

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

View File

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

View File

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