Changeset 61254
- Timestamp:
- 11/17/2025 10:30:38 PM (3 months ago)
- Location:
- branches/6.9
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
src/wp-includes/PHPMailer/PHPMailer.php (modified) (1 diff)
-
src/wp-includes/PHPMailer/POP3.php (modified) (1 diff)
-
src/wp-includes/PHPMailer/SMTP.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-includes/PHPMailer/PHPMailer.php
r60888 r61254 769 769 * @var string 770 770 */ 771 const VERSION = ' 6.11.1';771 const VERSION = '7.0.0'; 772 772 773 773 /** -
branches/6.9/src/wp-includes/PHPMailer/POP3.php
r60888 r61254 47 47 * @var string 48 48 */ 49 const VERSION = ' 6.11.1';49 const VERSION = '7.0.0'; 50 50 51 51 /** -
branches/6.9/src/wp-includes/PHPMailer/SMTP.php
r60888 r61254 36 36 * @var string 37 37 */ 38 const VERSION = ' 6.11.1';38 const VERSION = '7.0.0'; 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.