6.0.3
This commit is contained in:
parent
f06d08f6a6
commit
44d49bab5a
|
|
@ -1,6 +1,8 @@
|
|||
# PHPMailer Change Log
|
||||
|
||||
## Version 6.0.3 (January 5th 2018)
|
||||
* Correct DKIM canonicalization of line breaks for header & body - thanks to @themichaelhall
|
||||
* Make dependence on ext-filter explicit in composer.json
|
||||
|
||||
## Version 6.0.2 (November 29th 2017)
|
||||
* Don't make max line length depend on line break format
|
||||
|
|
|
|||
|
|
@ -669,7 +669,7 @@ class PHPMailer
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.2';
|
||||
const VERSION = '6.0.3';
|
||||
|
||||
/**
|
||||
* Error severity: message only, continue processing.
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class POP3
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.2';
|
||||
const VERSION = '6.0.3';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class SMTP
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.2';
|
||||
const VERSION = '6.0.3';
|
||||
|
||||
/**
|
||||
* SMTP line break constant.
|
||||
|
|
|
|||
Loading…
Reference in New Issue