Bump version to 5.2.11

This commit is contained in:
Synchro 2015-08-31 12:37:13 +02:00
parent 57d3d1fee6
commit 7830cb9a76
5 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
5.2.10
5.2.11

View File

@ -1,5 +1,6 @@
# ChangeLog
## Version 5.2.11 (Aug 31st 2015)
* Don't switch to quoted-printable for long lines if already using base64
* Fixed Travis-CI config when run on PHP 7
* Added Google XOAUTH2 authentication mechanism, thanks to @sherryl4george

View File

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

View File

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

View File

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