This commit is contained in:
Marcus Bointon 2019-11-13 20:51:46 +01:00
parent f39d72ba54
commit 526b1836c9
5 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
6.1.1
6.1.2

View File

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

View File

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

View File

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

View File

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