5.2.8 release

This commit is contained in:
Synchro 2014-05-14 09:04:18 +02:00
parent f554ebd567
commit d3802c597b
4 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
# ChangeLog
## Version 5.2.8 (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

View File

@ -31,7 +31,7 @@ class PHPMailer
* The PHPMailer Version number.
* @type string
*/
public $Version = '5.2.7';
public $Version = '5.2.8';
/**
* Email priority.

View File

@ -34,7 +34,7 @@ class POP3
* @type string
* @access public
*/
public $Version = '5.2.7';
public $Version = '5.2.8';
/**
* Default POP3 port number.

View File

@ -30,7 +30,7 @@ class SMTP
* The PHPMailer SMTP version number.
* @type string
*/
const VERSION = '5.2.7';
const VERSION = '5.2.8';
/**
* SMTP line break constant.
@ -56,7 +56,7 @@ class SMTP
* @deprecated Use the constant instead
* @see SMTP::VERSION
*/
public $Version = '5.2.7';
public $Version = '5.2.8';
/**
* SMTP server port number.