Make WordPress Core


Ignore:
Timestamp:
10/09/2022 05:10:22 PM (3 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Upgrade PHPMailer to version 6.6.5.

This is a maintenance release with minor changes:

  • Don't try to issue RSET if there has been a connection error.
  • Reject attempts to add folders as attachments.
  • Don't suppress earlier error messages on close().
  • Handle Host === null better.

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

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

Follow-up to [50628], [50799], [51169], [51634], [51635], [52252], [52749], [52811], [53500], [53535], [53917].

Props ayeshrajans, Synchro.
Fixes #56772.

File:
1 edited

Legend:

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

    r53917 r54427  
    3636     * @var string
    3737     */
    38     const VERSION = '6.6.4';
     38    const VERSION = '6.6.5';
    3939
    4040    /**
     
    683683    public function close()
    684684    {
    685         $this->setError('');
    686685        $this->server_caps = null;
    687686        $this->helo_rply = null;
Note: See TracChangeset for help on using the changeset viewer.