0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

PHPMailer 6.5.3

This commit is contained in:
Marcus Bointon 2021-11-25 17:34:11 +01:00
parent 40ede8cc04
commit baeb7cde6b
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
6.5.1
6.5.3

View File

@ -1,5 +1,9 @@
# PHPMailer Change Log
## Version 6.5.3 (November 25th, 2021)
* Wrong commit tagged for the 6.5.2 release!
* Version file updated
## Version 6.5.2 (November 25th, 2021)
* Enable official support for PHP 8.1
* Enable experimental support for PHP 8.2

View File

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

View File

@ -46,7 +46,7 @@ class POP3
*
* @var string
*/
const VERSION = '6.5.2';
const VERSION = '6.5.3';
/**
* Default POP3 port number.

View File

@ -35,7 +35,7 @@ class SMTP
*
* @var string
*/
const VERSION = '6.5.2';
const VERSION = '6.5.3';
/**
* SMTP line break constant.