5.2.13 release
This commit is contained in:
parent
2ca7f7248a
commit
45df3a88f7
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class PHPMailer
|
|||
* The PHPMailer Version number.
|
||||
* @type string
|
||||
*/
|
||||
public $Version = '5.2.12';
|
||||
public $Version = '5.2.13';
|
||||
|
||||
/**
|
||||
* Email priority.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class POP3
|
|||
* @type string
|
||||
* @access public
|
||||
*/
|
||||
public $Version = '5.2.12';
|
||||
public $Version = '5.2.13';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue