From b56c9b684923153112e5b72d23182b469aa44070 Mon Sep 17 00:00:00 2001 From: Synchro Date: Thu, 25 Sep 2014 18:36:22 +0200 Subject: [PATCH] 5.2.9 release --- changelog.md | 3 ++- class.phpmailer.php | 2 +- class.pop3.php | 2 +- class.smtp.php | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 8de7c0de..0fdac1f0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # ChangeLog +## Version 5.2.9 (Sept 25th 2014) * **Important: The autoloader is no longer autoloaded by the PHPMailer class** * Update html2text from https://github.com/mtibben/html2text * Improve Arabic translations (Thanks to @tarekdj) @@ -22,7 +23,7 @@ * Add SMTP connection check example * Simplify examples, don't use mysql* functions -## Version 5.2.8 (May 14th 2014) +## Version 5.2.9 (May 14th 2014) * Increase timeout to match RFC2821 section 4.5.3.2 and thus not fail greetdelays, fixes #104 * Add timestamps to default debug output * Add connection events and new level 3 to debug output options diff --git a/class.phpmailer.php b/class.phpmailer.php index d643b588..cd102a28 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.8'; + public $Version = '5.2.9'; /** * Email priority. diff --git a/class.pop3.php b/class.pop3.php index 6505a60e..9d3e7bdc 100644 --- a/class.pop3.php +++ b/class.pop3.php @@ -34,7 +34,7 @@ class POP3 * @type string * @access public */ - public $Version = '5.2.8'; + public $Version = '5.2.9'; /** * Default POP3 port number. diff --git a/class.smtp.php b/class.smtp.php index 32e17dd4..9d1f2283 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.8'; + const VERSION = '5.2.9'; /** * SMTP line break constant. @@ -81,7 +81,7 @@ class SMTP * @deprecated Use the `VERSION` constant instead * @see SMTP::VERSION */ - public $Version = '5.2.8'; + public $Version = '5.2.9'; /** * SMTP server port number.