Skip to content

Commit

Permalink
6.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Aug 22, 2022
1 parent a1d5d96 commit a94fdeb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
6.6.3
6.6.4
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,6 +1,6 @@
# PHPMailer Change Log

## WIP
## Version 6.6.4 (August 22nd, 2022)
* Update Greek translation
* Add text/csv MIME type
* Fix DKIM when sending to anonymous group via mail()
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.3';
const VERSION = '6.6.4';

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

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

/**
* SMTP line break constant.
Expand Down

0 comments on commit a94fdeb

Please sign in to comment.