This commit is contained in:
Marcus Bointon 2019-12-10 12:17:38 +01:00
parent 30cecf76e4
commit c5e61d0729
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
6.1.3
6.1.4

View File

@ -1,5 +1,6 @@
# PHPMailer Change Log
## Version 6.1.4 (December 10th, 2019)
* Clean up hostname handling
* Avoid IDN error on older PHP versions, prep for PHP 8.0
* Don't force RFC2047 folding unnecessarily

View File

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

View File

@ -45,7 +45,7 @@ class POP3
*
* @var string
*/
const VERSION = '6.1.3';
const VERSION = '6.1.4';
/**
* Default POP3 port number.

View File

@ -34,7 +34,7 @@ class SMTP
*
* @var string
*/
const VERSION = '6.1.3';
const VERSION = '6.1.4';
/**
* SMTP line break constant.