Make WordPress Core


Ignore:
Timestamp:
01/11/2017 01:22:46 AM (8 years ago)
Author:
dd32
Message:

Update PHPMailer to 5.2.22.

The full list of changes is available here:
https://github.com/PHPMailer/PHPMailer/compare/v5.2.21...v5.2.22

Fixes #37210 for trunk.

File:
1 edited

Legend:

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

    r39645 r39759  
    3131     * @var string
    3232     */
    33     const VERSION = '5.2.21';
     33    const VERSION = '5.2.22';
    3434
    3535    /**
     
    8282     * @see SMTP::VERSION
    8383     */
    84     public $Version = '5.2.21';
     84    public $Version = '5.2.22';
    8585
    8686    /**
Note: See TracChangeset for help on using the changeset viewer.