PHPMailer v6.0.2 Release Notes

Release Date: 2017-11-29 // over 6 years ago
  • ๐Ÿš€ This is a general maintenance release.

    • Don't make max line length depend on line break format
    • ๐Ÿ‘Œ Improve Travis-CI config - thanks to Filippo Tessarotto
    • Match SendGrid transaction IDs
    • ๐Ÿ‘ idnSupported() now static, as previously documented
    • ๐Ÿ‘Œ Improve error messages for invalid addresses
    • ๐Ÿ‘Œ Improve Indonesian translation (thanks to @januridp)
    • ๐Ÿ‘Œ Improve Esperanto translation (thanks to @dknacht)
    • Clean up git export ignore settings for production and zip bundles
    • โšก๏ธ Update license doc
    • โšก๏ธ Updated upgrading docs
    • ๐Ÿ“„ Clarify addStringEmbeddedImage docs
    • Hide auth credentials in all but lowest level debug output, prevents leakage in bug reports
    • ๐Ÿ’… Code style cleanup