This commit is contained in:
Marcus Bointon 2019-02-01 16:04:28 +01:00
parent cb62fd762f
commit 0c41a36d45
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
6.0.6
6.0.7

View File

@ -1,5 +1,11 @@
# PHPMailer Change Log
## Version 6.0.7 (February 1st 2019)
* Include RedHat GPL Cooperation Commitment - see the `COMMITMENT` file for details.
* Don't exclude composer.json from git exports as it breaks composer updates in projects that use PHPMailer
* Updated Malay translation
* Fix language tests
## Version 6.0.6 (November 14th 2018)
* **SECURITY** Fix potential object injection vulnerability. Reported by Sehun Oh of cyberone.kr.
* Added Tagalog translation, thanks to @StoneArtz

View File

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

View File

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

View File

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