6.0.5
This commit is contained in:
parent
3050a4ae75
commit
cb3ea134d4
|
|
@ -56,5 +56,6 @@ jobs:
|
|||
- php: 7.1
|
||||
env: CODE_COVERAGE=1
|
||||
- php: 7.2
|
||||
- php: nightly
|
||||
- php: hhvm
|
||||
dist: trusty
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
# PHPMailer Change Log
|
||||
|
||||
## Version 6.0.5 (March 27th 2018)
|
||||
* Re-roll of 6.0.4 to fix missed version file entry. No code changes.
|
||||
|
||||
## Version 6.0.4 (March 27th 2018)
|
||||
* Add some modern MIME types
|
||||
* Add Hindi translation (thanks to @dextel2)
|
||||
|
|
|
|||
|
|
@ -669,7 +669,7 @@ class PHPMailer
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.4';
|
||||
const VERSION = '6.0.5';
|
||||
|
||||
/**
|
||||
* Error severity: message only, continue processing.
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class POP3
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.4';
|
||||
const VERSION = '6.0.5';
|
||||
|
||||
/**
|
||||
* Default POP3 port number.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class SMTP
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '6.0.4';
|
||||
const VERSION = '6.0.5';
|
||||
|
||||
/**
|
||||
* SMTP line break constant.
|
||||
|
|
|
|||
Loading…
Reference in New Issue