Skip to content

Commit

Permalink
6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Mar 27, 2018
1 parent 3050a4a commit cb3ea13
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ jobs:
- php: 7.1
env: CODE_COVERAGE=1
- php: 7.2
- php: nightly
- php: hhvm
dist: trusty
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.3
6.0.5
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/PHPMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ class PHPMailer
*
* @var string
*/
const VERSION = '6.0.4';
const VERSION = '6.0.5';

/**
* Error severity: message only, continue processing.
Expand Down
2 changes: 1 addition & 1 deletion src/POP3.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class POP3
*
* @var string
*/
const VERSION = '6.0.4';
const VERSION = '6.0.5';

/**
* Default POP3 port number.
Expand Down
2 changes: 1 addition & 1 deletion src/SMTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SMTP
*
* @var string
*/
const VERSION = '6.0.4';
const VERSION = '6.0.5';

/**
* SMTP line break constant.
Expand Down

0 comments on commit cb3ea13

Please sign in to comment.