From 0c41a36d4508d470e376498c1c0c527aa36a2d59 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Fri, 1 Feb 2019 16:04:28 +0100 Subject: [PATCH] 6.0.7 --- VERSION | 2 +- changelog.md | 6 ++++++ src/PHPMailer.php | 2 +- src/POP3.php | 2 +- src/SMTP.php | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index e87380826..41bd15e2e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.6 \ No newline at end of file +6.0.7 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 37e7953d0..218618c6a 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/src/PHPMailer.php b/src/PHPMailer.php index a3be338be..52104924d 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -701,7 +701,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.0.6'; + const VERSION = '6.0.7'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 9dab992e2..66cf27304 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -45,7 +45,7 @@ class POP3 * * @var string */ - const VERSION = '6.0.6'; + const VERSION = '6.0.7'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 9651e52e2..da85442bf 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -34,7 +34,7 @@ class SMTP * * @var string */ - const VERSION = '6.0.6'; + const VERSION = '6.0.7'; /** * SMTP line break constant.