0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00
This commit is contained in:
Marcus Bointon 2020-07-14 20:50:27 +02:00
parent 8b4ee589bd
commit 2c2370ba3d
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
6.1.6
6.1.7

View File

@ -1,8 +1,10 @@
# PHPMailer Change Log
## WIP
## Version 6.1.7 (July 14th, 2020)
* Split SMTP connection into two separate methods
* Undo BC break in PHP vesions 5.2.3 - 7.0.0 introduced in 6.1.2 when injecting callables for address validation and HTML to text conversion
* Save response to SMTP welcome banner as other responses are saved
* Retry stream_select if interrupted by a signal
## Version 6.1.6 (May 27th, 2020)
* **SECURITY** Fix insufficient output escaping bug in file attachment names. CVE-2020-13625. Reported by Elar Lang of Clarified Security.

View File

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

View File

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

View File

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