6.0.7
This commit is contained in:
parent
cb62fd762f
commit
0c41a36d45
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -701,7 +701,7 @@ class PHPMailer
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.6';
|
||||
const VERSION = '6.0.7';
|
||||
|
||||
/**
|
||||
* Error severity: message only, continue processing.
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class POP3
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.6';
|
||||
const VERSION = '6.0.7';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class SMTP
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.6';
|
||||
const VERSION = '6.0.7';
|
||||
|
||||
/**
|
||||
* SMTP line break constant.
|
||||
|
|
|
|||
Loading…
Reference in New Issue