PHPMailer 6.1.0

This commit is contained in:
Marcus Bointon 2019-09-27 19:42:12 +02:00
parent 689d243f94
commit 69892e4e06
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
6 changed files with 6 additions and 5 deletions

View File

@ -40,7 +40,7 @@ This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lg
PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file:
```json
"phpmailer/phpmailer": "~6.0"
"phpmailer/phpmailer": "~6.1"
```
or run

View File

@ -1 +1 @@
6.0.7
6.1.0

View File

@ -1,5 +1,6 @@
# PHPMailer Change Log
## Version 6.1.0 (September 27th 2019)
* 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.
* Support for Ical event methods other than `REQUEST`, thanks to @puhr-mde

View File

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

View File

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

View File

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