Make WordPress Core


Ignore:
Timestamp:
08/29/2023 01:44:54 PM (2 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Upgrade PHPMailer to version 6.8.1.

This is a minor maintenance release.

Note: WordPress core does not include PHPMailer's DSN class, as it is not particularly relevant for WP.

References:

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

Props jrf, Synchro.
Fixes #59238.

File:
1 edited

Legend:

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

    r55557 r56484  
    751751     * @var string
    752752     */
    753     const VERSION = '6.8.0';
     753    const VERSION = '6.8.1';
    754754
    755755    /**
     
    796796     *
    797797     * Background: mail() will sometimes corrupt messages
    798      * with headers headers longer than 65 chars, see #818.
     798     * with headers longer than 65 chars, see #818.
    799799     *
    800800     * @var int
Note: See TracChangeset for help on using the changeset viewer.