5.2.13 release

This commit is contained in:
Synchro 2015-09-14 11:18:12 +02:00
parent 2ca7f7248a
commit 45df3a88f7
5 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
5.2.12
5.2.13

View File

@ -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`

View File

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

View File

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

View File

@ -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.