This commit is contained in:
Marcus Bointon 2019-09-27 23:33:43 +02:00
parent 69892e4e06
commit 26bd96350b
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
6.1.0 6.1.1

View File

@ -1,5 +1,8 @@
# PHPMailer Change Log # PHPMailer Change Log
## Version 6.1.1 (September 27th 2019)
* Fix misordered version tag
## Version 6.1.0 (September 27th 2019) ## Version 6.1.0 (September 27th 2019)
* Multiple bug fixes for folding of long header lines, thanks to @caugner * Multiple bug fixes for folding of long header lines, thanks to @caugner
* Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in `multipart/related` structures. * Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in `multipart/related` structures.

View File

@ -745,7 +745,7 @@ class PHPMailer
* *
* @var string * @var string
*/ */
const VERSION = '6.1.0'; const VERSION = '6.1.1';
/** /**
* 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.0'; const VERSION = '6.1.1';
/** /**
* Default POP3 port number. * Default POP3 port number.

View File

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