This commit is contained in:
Marcus Bointon 2018-01-05 14:19:58 +01:00
parent f06d08f6a6
commit 44d49bab5a
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
6.0.2
6.0.3

View File

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

View File

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

View File

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

View File

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