6.1.2
This commit is contained in:
parent
f39d72ba54
commit
526b1836c9
|
|
@ -1,5 +1,6 @@
|
|||
# PHPMailer Change Log
|
||||
|
||||
## Version 6.1.2 (November 13th, 2019)
|
||||
* Substantial revision of DKIM header generation
|
||||
* Use shorter hashes for auto-generated CID values
|
||||
* Fix format of content-id headers, and only use them for inline attachments
|
||||
|
|
|
|||
|
|
@ -745,7 +745,7 @@ class PHPMailer
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.1.1';
|
||||
const VERSION = '6.1.2';
|
||||
|
||||
/**
|
||||
* Error severity: message only, continue processing.
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class POP3
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.1.1';
|
||||
const VERSION = '6.1.2';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class SMTP
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.1.1';
|
||||
const VERSION = '6.1.2';
|
||||
|
||||
/**
|
||||
* SMTP line break constant.
|
||||
|
|
|
|||
Loading…
Reference in New Issue