This commit is contained in:
Marcus Bointon 2018-03-27 15:49:45 +02:00
parent 3050a4ae75
commit cb3ea134d4
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
6 changed files with 8 additions and 4 deletions

View File

@ -56,5 +56,6 @@ jobs:
- php: 7.1
env: CODE_COVERAGE=1
- php: 7.2
- php: nightly
- php: hhvm
dist: trusty

View File

@ -1 +1 @@
6.0.3
6.0.5

View File

@ -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)

View File

@ -669,7 +669,7 @@ class PHPMailer
*
* @var string
*/
const VERSION = '6.0.4';
const VERSION = '6.0.5';
/**
* Error severity: message only, continue processing.

View File

@ -45,7 +45,7 @@ class POP3
*
* @var string
*/
const VERSION = '6.0.4';
const VERSION = '6.0.5';
/**
* Default POP3 port number.

View File

@ -34,7 +34,7 @@ class SMTP
*
* @var string
*/
const VERSION = '6.0.4';
const VERSION = '6.0.5';
/**
* SMTP line break constant.