From 1102fd37aeac1d950ecc4069f7aa3d250ccac561 Mon Sep 17 00:00:00 2001 From: Synchro Date: Sun, 1 Nov 2015 11:14:44 +0100 Subject: [PATCH] Bump version to 5.2.14 --- VERSION | 2 +- changelog.md | 1 + class.phpmailer.php | 2 +- class.pop3.php | 2 +- class.smtp.php | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 81badfbf..ba678f2d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.13 \ No newline at end of file +5.2.14 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 5cd891ce..486f3289 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # ChangeLog +## Version 5.2.14 (Nov 1st 2015) * Allow addresses with IDN (Internationalized Domain Name) in PHP 5.3+, thanks to @fbonzon * Allow access to POP3 errors * Make all POP3 private properties and methods protected diff --git a/class.phpmailer.php b/class.phpmailer.php index 0073b5dc..e4dd00bf 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -31,7 +31,7 @@ class PHPMailer * The PHPMailer Version number. * @var string */ - public $Version = '5.2.13'; + public $Version = '5.2.14'; /** * Email priority. diff --git a/class.pop3.php b/class.pop3.php index 3b973795..403b573e 100644 --- a/class.pop3.php +++ b/class.pop3.php @@ -34,7 +34,7 @@ class POP3 * @var string * @access public */ - public $Version = '5.2.13'; + public $Version = '5.2.14'; /** * Default POP3 port number. diff --git a/class.smtp.php b/class.smtp.php index 27ebc758..2e32e2fc 100644 --- a/class.smtp.php +++ b/class.smtp.php @@ -30,7 +30,7 @@ class SMTP * The PHPMailer SMTP version number. * @var string */ - const VERSION = '5.2.13'; + const VERSION = '5.2.14'; /** * SMTP line break constant. @@ -81,7 +81,7 @@ class SMTP * @deprecated Use the `VERSION` constant instead * @see SMTP::VERSION */ - public $Version = '5.2.13'; + public $Version = '5.2.14'; /** * SMTP server port number.