6.6.3
This commit is contained in:
parent
e6fbc528c5
commit
9400f305a8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -750,7 +750,7 @@ class PHPMailer
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.6.2';
|
||||
const VERSION = '6.6.3';
|
||||
|
||||
/**
|
||||
* Error severity: message only, continue processing.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class POP3
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.6.2';
|
||||
const VERSION = '6.6.3';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class SMTP
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.6.2';
|
||||
const VERSION = '6.6.3';
|
||||
|
||||
/**
|
||||
* SMTP line break constant.
|
||||
|
|
|
|||
Loading…
Reference in New Issue