From 45df3a88f7f46071e10d0b600f228d19f95911b3 Mon Sep 17 00:00:00 2001 From: Synchro Date: Mon, 14 Sep 2015 11:18:12 +0200 Subject: [PATCH] 5.2.13 release --- VERSION | 2 +- changelog.md | 4 ++++ class.phpmailer.php | 2 +- class.pop3.php | 2 +- class.smtp.php | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 1567ea7db..81badfbf4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.12 \ No newline at end of file +5.2.13 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 63801eded..686043870 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # ChangeLog +## Version 5.2.13 (Sep 14th 2015) +* Rename internal oauth class to avoid name clashes +* Improve Estonian translations + ## Version 5.2.12 (Sep 1st 2015) * Fix incorrect composer package dependencies * Skip existing embedded image `cid`s in `msgHTML` diff --git a/class.phpmailer.php b/class.phpmailer.php index 9b11eca36..0813cb082 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -31,7 +31,7 @@ class PHPMailer * The PHPMailer Version number. * @type string */ - public $Version = '5.2.12'; + public $Version = '5.2.13'; /** * Email priority. diff --git a/class.pop3.php b/class.pop3.php index 572ef2c0e..63c818435 100644 --- a/class.pop3.php +++ b/class.pop3.php @@ -34,7 +34,7 @@ class POP3 * @type string * @access public */ - public $Version = '5.2.12'; + public $Version = '5.2.13'; /** * Default POP3 port number. diff --git a/class.smtp.php b/class.smtp.php index b5876d08f..0cb215c44 100644 --- a/class.smtp.php +++ b/class.smtp.php @@ -30,7 +30,7 @@ class SMTP * The PHPMailer SMTP version number. * @type string */ - const VERSION = '5.2.12'; + const VERSION = '5.2.13'; /** * SMTP line break constant. @@ -81,7 +81,7 @@ class SMTP * @deprecated Use the `VERSION` constant instead * @see SMTP::VERSION */ - public $Version = '5.2.12'; + public $Version = '5.2.13'; /** * SMTP server port number.