Make WordPress Core


Ignore:
Timestamp:
02/17/2022 01:21:44 PM (3 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Upgrade PHPMailer to version 6.5.4.

The latest release includes some minor PHP cross-version improvements and a safeguard against hosters disabling security functions. Note to hosting providers: don't disable escapeshellarg() and escapeshellcmd(); it's not safe!

Release notes:
https://github.com/PHPMailer/PHPMailer/releases/tag/v6.5.4

For a full list of changes in this update, see the PHPMailer GitHub:
https://github.com/PHPMailer/PHPMailer/compare/v6.5.3...v6.5.4

Follow-up to [50628], [50799], [51169], [51634], [51635], [52252].

Props jrf, Synchro.
Fixes #55187.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/PHPMailer/SMTP.php

    r52252 r52749  
    3636     * @var string
    3737     */
    38     const VERSION = '6.5.3';
     38    const VERSION = '6.5.4';
    3939
    4040    /**
     
    188188        'CampaignMonitor' => '/[\d]{3} 2.0.0 OK:([a-zA-Z\d]{48})/',
    189189        'Haraka' => '/[\d]{3} Message Queued \((.*)\)/',
     190        'Mailjet' => '/[\d]{3} OK queued as (.*)/',
    190191    ];
    191192
Note: See TracChangeset for help on using the changeset viewer.