Merge changes from 7.0.0

This commit is contained in:
Marcus Bointon 2025-10-15 19:01:45 +02:00
parent c523ee67a8
commit 8bc8f15714
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
5 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ This software is distributed under the [LGPL 2.1](https://www.gnu.org/licenses/o
PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file:
```json
"phpmailer/phpmailer": "^6.11.1"
"phpmailer/phpmailer": "^7.0.0"
```
or run

View File

@ -1 +1 @@
6.11.1
7.0.0

View File

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

View File

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

View File

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