Changelog

This commit is contained in:
Marcus Bointon 2018-09-30 23:04:41 +02:00
parent 0007a6159a
commit 110f577ec4
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Build status: [![Build Status](https://travis-ci.org/PHPMailer/PHPMailer.svg)](h
- SMTP authentication with LOGIN, PLAIN, CRAM-MD5 and XOAUTH2 mechanisms over SSL and SMTP+STARTTLS transports
- Validates email addresses automatically
- Protect against header injection attacks
- Error messages in 47 languages!
- Error messages in over 50 languages!
- DKIM and S/MIME signing support
- Compatible with PHP 5.5 and later
- Namespaced to prevent name clashes

View File

@ -1,6 +1,7 @@
# PHPMailer Change Log
* Added Tagalog translation, thanks to @StoneArtz
* Added Malagache translation, thanks to @Hackinet
* Updated Hungarian translations
* Updated Dutch translations
* Updated Slovenian translation (@filips123)