From c5e61d0729507049cec9673aa1a679f9adefd683 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 10 Dec 2019 12:17:38 +0100 Subject: [PATCH] 6.1.4 --- VERSION | 2 +- changelog.md | 1 + src/PHPMailer.php | 2 +- src/POP3.php | 2 +- src/SMTP.php | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index d7ff925c..1879c1be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.3 \ No newline at end of file +6.1.4 \ No newline at end of file diff --git a/changelog.md b/changelog.md index e56c97e5..d3f3f4bc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # PHPMailer Change Log +## Version 6.1.4 (December 10th, 2019) * Clean up hostname handling * Avoid IDN error on older PHP versions, prep for PHP 8.0 * Don't force RFC2047 folding unnecessarily diff --git a/src/PHPMailer.php b/src/PHPMailer.php index a27bdeb5..127f2b79 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -745,7 +745,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.1.3'; + const VERSION = '6.1.4'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index b78bf660..50d5f0c2 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -45,7 +45,7 @@ class POP3 * * @var string */ - const VERSION = '6.1.3'; + const VERSION = '6.1.4'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index f8e730a1..c693f4d4 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -34,7 +34,7 @@ class SMTP * * @var string */ - const VERSION = '6.1.3'; + const VERSION = '6.1.4'; /** * SMTP line break constant.