File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## Version 5.2.15 (May 1th 2016)
3
4
* Added ability to inject custom address validators, and set the default validator
4
5
* Fix TLS 1.2 compatibility
5
6
* Remove some excess line breaks in MIME structure
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class PHPMailer
31
31
* The PHPMailer Version number.
32
32
* @var string
33
33
*/
34
- public $ Version = '5.2.14 ' ;
34
+ public $ Version = '5.2.15 ' ;
35
35
36
36
/**
37
37
* Email priority.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class POP3
34
34
* @var string
35
35
* @access public
36
36
*/
37
- public $ Version = '5.2.14 ' ;
37
+ public $ Version = '5.2.15 ' ;
38
38
39
39
/**
40
40
* Default POP3 port number.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class SMTP
30
30
* The PHPMailer SMTP version number.
31
31
* @var string
32
32
*/
33
- const VERSION = '5.2.14 ' ;
33
+ const VERSION = '5.2.15 ' ;
34
34
35
35
/**
36
36
* SMTP line break constant.
@@ -81,7 +81,7 @@ class SMTP
81
81
* @deprecated Use the `VERSION` constant instead
82
82
* @see SMTP::VERSION
83
83
*/
84
- public $ Version = '5.2.14 ' ;
84
+ public $ Version = '5.2.15 ' ;
85
85
86
86
/**
87
87
* SMTP server port number.
You can’t perform that action at this time.
0 commit comments