This commit is contained in:
Marcus Bointon 2022-08-22 11:22:00 +02:00
parent a1d5d96831
commit a94fdebaea
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
6.6.3
6.6.4

View File

@ -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()

View File

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

View File

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

View File

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