6.1.4
This commit is contained in:
parent
30cecf76e4
commit
c5e61d0729
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -745,7 +745,7 @@ class PHPMailer
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.1.3';
|
||||
const VERSION = '6.1.4';
|
||||
|
||||
/**
|
||||
* Error severity: message only, continue processing.
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class POP3
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.1.3';
|
||||
const VERSION = '6.1.4';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class SMTP
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.1.3';
|
||||
const VERSION = '6.1.4';
|
||||
|
||||
/**
|
||||
* SMTP line break constant.
|
||||
|
|
|
|||
Loading…
Reference in New Issue