Skip to content

Commit

Permalink
6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Jun 20, 2022
1 parent e6fbc52 commit 9400f30
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
6.6.2
6.6.3
5 changes: 3 additions & 2 deletions changelog.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/PHPMailer.php
Expand Up @@ -750,7 +750,7 @@ class PHPMailer
*
* @var string
*/
const VERSION = '6.6.2';
const VERSION = '6.6.3';

/**
* Error severity: message only, continue processing.
Expand Down
2 changes: 1 addition & 1 deletion src/POP3.php
Expand Up @@ -46,7 +46,7 @@ class POP3
*
* @var string
*/
const VERSION = '6.6.2';
const VERSION = '6.6.3';

/**
* Default POP3 port number.
Expand Down
2 changes: 1 addition & 1 deletion src/SMTP.php
Expand Up @@ -35,7 +35,7 @@ class SMTP
*
* @var string
*/
const VERSION = '6.6.2';
const VERSION = '6.6.3';

/**
* SMTP line break constant.
Expand Down

0 comments on commit 9400f30

Please sign in to comment.