Bump PHPMailer from 7.0.0 to 7.0.1

This commit is contained in:
johnnyq
2025-11-28 17:24:12 -05:00
committed by Mike Johnston
parent 8d94a08ffd
commit d52e5567fd
13 changed files with 123 additions and 73 deletions

View File

@@ -45,8 +45,9 @@ class POP3
* The POP3 PHPMailer Version number.
*
* @var string
* @deprecated This constant will be removed in PHPMailer 8.0. Use `PHPMailer::VERSION` instead.
*/
const VERSION = '7.0.0';
const VERSION = '7.0.1';
/**
* Default POP3 port number.