This commit is contained in:
Marcus Bointon 2024-11-24 19:04:13 +01:00
parent 2c73ad9dd5
commit 2f5c94fe74
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
6.9.2 6.9.3

View File

@ -1,7 +1,7 @@
# PHPMailer Change Log # PHPMailer Change Log
## WIP ## Version 6.9.3 (November 22nd, 2024)
* Add support for release version of PHP 8.4 * Add support for the release version of PHP 8.4
* Add experimental support for PHP 8.5 * Add experimental support for PHP 8.5
* Use rfc-editor.org for all RFC docs links * Use rfc-editor.org for all RFC docs links

View File

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

View File

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

View File

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