Skip to content

Commit

Permalink
6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Jun 14, 2022
1 parent 2aa2bd2 commit b52ed06
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
6.6.1
6.6.2
8 changes: 6 additions & 2 deletions changelog.md
@@ -1,7 +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
## Version 6.6.2 (June 14th, 2022)
* Fix docs deployment GitHub action
* Updates to parallel-lint and console highlighter, thanks to @jrfnl

## Version 6.6.1 (June 14th, 2022) (unreleased)
* Don't clear errors on RSET, so they can still be obtained when using keepalive
* Bump some GitHub action versions
* Fix some tests
* 🇺🇦 Slava Ukraini!
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.1';
const VERSION = '6.6.2';

/**
* 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.1';
const VERSION = '6.6.2';

/**
* 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.1';
const VERSION = '6.6.2';

/**
* SMTP line break constant.
Expand Down

0 comments on commit b52ed06

Please sign in to comment.