From 26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Fri, 27 Sep 2019 23:33:43 +0200 Subject: [PATCH] 6.1.1 --- VERSION | 2 +- changelog.md | 3 +++ src/PHPMailer.php | 2 +- src/POP3.php | 2 +- src/SMTP.php | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 358e78e6..132c6def 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.0 \ No newline at end of file +6.1.1 \ No newline at end of file diff --git a/changelog.md b/changelog.md index cc2ccafb..7974821f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # PHPMailer Change Log +## Version 6.1.1 (September 27th 2019) +* Fix misordered version tag + ## Version 6.1.0 (September 27th 2019) * Multiple bug fixes for folding of long header lines, thanks to @caugner * Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in `multipart/related` structures. diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 6aad9acd..4897b5e2 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -745,7 +745,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.1.0'; + const VERSION = '6.1.1'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 156c3d0c..e6ad6310 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -45,7 +45,7 @@ class POP3 * * @var string */ - const VERSION = '6.1.0'; + const VERSION = '6.1.1'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 744b7a9c..77df57ce 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -34,7 +34,7 @@ class SMTP * * @var string */ - const VERSION = '6.1.0'; + const VERSION = '6.1.1'; /** * SMTP line break constant.