1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 15:41:29 +00:00

update phpmailer

This commit is contained in:
Andrew Dolgov
2017-01-16 16:30:01 +03:00
parent f6bcb5c606
commit db92edd1aa
2 changed files with 25 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ class SMTP
* The PHPMailer SMTP version number.
* @var string
*/
const VERSION = '5.2.20';
const VERSION = '5.2.22';
/**
* SMTP line break constant.
@@ -81,7 +81,7 @@ class SMTP
* @deprecated Use the `VERSION` constant instead
* @see SMTP::VERSION
*/
public $Version = '5.2.20';
public $Version = '5.2.22';
/**
* SMTP server port number.