Skip to content

Commit d018617

Browse files
committed
Bump version to 5.2.15
1 parent e4af742 commit d018617

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ChangeLog
22

3+
## Version 5.2.15 (May 1th 2016)
34
* Added ability to inject custom address validators, and set the default validator
45
* Fix TLS 1.2 compatibility
56
* Remove some excess line breaks in MIME structure

class.phpmailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PHPMailer
3131
* The PHPMailer Version number.
3232
* @var string
3333
*/
34-
public $Version = '5.2.14';
34+
public $Version = '5.2.15';
3535

3636
/**
3737
* Email priority.

class.pop3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class POP3
3434
* @var string
3535
* @access public
3636
*/
37-
public $Version = '5.2.14';
37+
public $Version = '5.2.15';
3838

3939
/**
4040
* Default POP3 port number.

class.smtp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SMTP
3030
* The PHPMailer SMTP version number.
3131
* @var string
3232
*/
33-
const VERSION = '5.2.14';
33+
const VERSION = '5.2.15';
3434

3535
/**
3636
* SMTP line break constant.
@@ -81,7 +81,7 @@ class SMTP
8181
* @deprecated Use the `VERSION` constant instead
8282
* @see SMTP::VERSION
8383
*/
84-
public $Version = '5.2.14';
84+
public $Version = '5.2.15';
8585

8686
/**
8787
* SMTP server port number.

0 commit comments

Comments
 (0)