Changelog
This commit is contained in:
parent
47558802f5
commit
7c61be9646
|
|
@ -1,5 +1,6 @@
|
|||
# ChangeLog
|
||||
|
||||
* **Important: The autoloader is no longer autoloaded by the PHPMailer class**
|
||||
* Update html2text from https://github.com/mtibben/html2text
|
||||
* Improve Arabic translations (Thanks to @tarekdj)
|
||||
* Consistent handling of connection variables in SMTP and POP3
|
||||
|
|
@ -15,9 +16,11 @@
|
|||
* Allow user-defined debug output method via a callable
|
||||
* msgHTML now converts data URIs to embedded images
|
||||
* SMTP::getLastReply() will now always be populated
|
||||
* The autoloader is no longer autoloaded by the PHPMailer class
|
||||
* Improved example code in README
|
||||
* Ensure long filenames in Content-Disposition are encoded correctly
|
||||
* Simplify SMTP debug output mechanism, clarify levels with constants
|
||||
* Add SMTP connection check example
|
||||
* Simplify examples, don't use mysql* functions
|
||||
|
||||
## Version 5.2.8 (May 14th 2014)
|
||||
* Increase timeout to match RFC2821 section 4.5.3.2 and thus not fail greetdelays, fixes #104
|
||||
|
|
|
|||
Loading…
Reference in New Issue