From a25ae38e03de4ee4031725498a600012364787c7 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Thu, 21 Nov 2019 10:37:46 +0100 Subject: [PATCH] 6.1.3 --- 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 92f2ea29..d7ff925c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.2 \ No newline at end of file +6.1.3 \ No newline at end of file diff --git a/changelog.md b/changelog.md index dc86bef3..0313c0bb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # PHPMailer Change Log +## Version 6.1.3 (November 21st, 2019) * Fix an issue preventing injected debug handlers from working * Fix an issue relating to connection timeout * Add `SMTP::MAX_REPLY_LENGTH` constant diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 72c796fd..d6524afe 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -745,7 +745,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.1.2'; + const VERSION = '6.1.3'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 3da7ebdd..b78bf660 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -45,7 +45,7 @@ class POP3 * * @var string */ - const VERSION = '6.1.2'; + const VERSION = '6.1.3'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 1a117e1f..f8e730a1 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -34,7 +34,7 @@ class SMTP * * @var string */ - const VERSION = '6.1.2'; + const VERSION = '6.1.3'; /** * SMTP line break constant.