Skip to content

Commit

Permalink
6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Dec 5, 2022
1 parent ac9eed5 commit 80fc868
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
6.6.5
6.7
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,6 +1,6 @@
# PHPMailer Change Log

## WIP
## Version 6.7 (December 5th, 2022)
* Break out boundary definitions into a method (note that boundary format has also changed slightly)
* Remove MIME preamble to match popular client behaviour, may help with DKIM too
* Fix handling of trailing whitespace in simple DKIM canonicalisation
Expand Down
2 changes: 1 addition & 1 deletion src/PHPMailer.php
Expand Up @@ -750,7 +750,7 @@ class PHPMailer
*
* @var string
*/
const VERSION = '6.6.5';
const VERSION = '6.7';

/**
* Error severity: message only, continue processing.
Expand Down
2 changes: 1 addition & 1 deletion src/POP3.php
Expand Up @@ -46,7 +46,7 @@ class POP3
*
* @var string
*/
const VERSION = '6.6.5';
const VERSION = '6.7';

/**
* Default POP3 port number.
Expand Down
2 changes: 1 addition & 1 deletion src/SMTP.php
Expand Up @@ -35,7 +35,7 @@ class SMTP
*
* @var string
*/
const VERSION = '6.6.5';
const VERSION = '6.7';

/**
* SMTP line break constant.
Expand Down

0 comments on commit 80fc868

Please sign in to comment.