This commit is contained in:
Marcus Bointon 2019-11-21 10:37:46 +01:00
parent 2f2233b568
commit a25ae38e03
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
6.1.2 6.1.3

View File

@ -1,5 +1,6 @@
# PHPMailer Change Log # PHPMailer Change Log
## Version 6.1.3 (November 21st, 2019)
* Fix an issue preventing injected debug handlers from working * Fix an issue preventing injected debug handlers from working
* Fix an issue relating to connection timeout * Fix an issue relating to connection timeout
* Add `SMTP::MAX_REPLY_LENGTH` constant * Add `SMTP::MAX_REPLY_LENGTH` constant

View File

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

View File

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

View File

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