User tests: Successful: Unsuccessful:
Line 420, Replaced the word "Hacked" with "Modified". The word "Hacked" can somtimes give warnings in tools made for searching if website is hacked.
Labels |
Added:
?
|
PHPMailer goes from 2.5.8 -> 2.5.9
Major changes according to their release post on GitHub (https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.9)
Major changes:
• The autoloader is no longer autoloaded automatically, and the PHPMailer class does not require the SMTP class explicitly, so you must either load the autoloader yourself (as all the docs and examples have done for the last year), or load the SMTP class yourself. This fixes the inability to substitute your own SMTP subclass, and also improves interoperability with other autoloaders.
• Support for data-uri images
• Debug output handling improved in SMTP
• You can now supply your own callable for debug output
• Avoid PCRE infinite recursion in some PCRE versions
• Consistency improvements
• Cleaned up example code See the changelog for more details.
PHPMailer/PHPMailer@v5.2.8...v5.2.9
Yaml goes from 2.5.5 -> 2.5.6. The changes for Yaml seem to be quite minimal
symfony/Yaml@v2.5.5...v2.5.6
Closing in favor of Georges PR. Thanks for bringing that up!
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-05 17:38:13 |
This has been fixed in the source repo already with PHPMailer/PHPMailer@9bbeb39 and fixed in v5.2.9
So we would just need an update for Phpmailer (currently it's 5.2.8).