Skip to content

Commit

Permalink
5.2.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Sep 14, 2015
1 parent 2ca7f72 commit 45df3a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.2.12
5.2.13
4 changes: 4 additions & 0 deletions changelog.md
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion class.phpmailer.php
Expand Up @@ -31,7 +31,7 @@ class PHPMailer
* The PHPMailer Version number.
* @type string
*/
public $Version = '5.2.12';
public $Version = '5.2.13';

/**
* Email priority.
Expand Down
2 changes: 1 addition & 1 deletion class.pop3.php
Expand Up @@ -34,7 +34,7 @@ class POP3
* @type string
* @access public
*/
public $Version = '5.2.12';
public $Version = '5.2.13';

/**
* Default POP3 port number.
Expand Down
4 changes: 2 additions & 2 deletions class.smtp.php
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 45df3a8

Please sign in to comment.