All Versions
105
Latest Version
Avg Release Cycle
48 days
Latest Release
173 days ago

Changelog History
Page 3

  • v6.1.3 Changes

    November 21, 2019
    • ๐Ÿ›  Fix an issue preventing injected debug handlers from working
    • ๐Ÿ›  Fix an issue relating to connection timeout
    • Add SMTP::MAX_REPLY_LENGTH constant
    • โœ‚ Remove some dev dependencies; phpdoc no longer included
    • ๐Ÿ›  Fix an issue where non-compliant servers returning bare codes caused an SMTP hang
  • v6.1.2 Changes

    November 13, 2019
    • Substantial revision of DKIM header generation
    • ๐Ÿ‘‰ Use shorter hashes for auto-generated CID values
    • ๐Ÿ›  Fix format of content-id headers, and only use them for inline attachments
    • โœ‚ Remove all use of XHTML
    • Lots of coding standards cleanup
    • โšก๏ธ API docs are now auto-updated via GitHub actions
    • ๐Ÿ›  Fix header separation bug created in 6.1.1
    • ๐Ÿ›  Fix misidentification of background attributes in SVG images in msgHTML
  • v6.1.1 Changes

    September 27, 2019

    No code changes, just retagging for a misordered commit for 6.1.0.

  • v6.1.0 Changes

    September 27, 2019

    ๐Ÿš€ This is a feature and maintenance release.

    • ๐Ÿ›  Multiple bug fixes for folding of long header lines, thanks to @caugner
    • โž• Add support for RFC2387 child element content-type hint in multipart/related structures.
    • ๐Ÿ‘Œ Support for Ical event methods other than REQUEST, thanks to @puhr-mde
    • ๐Ÿ”„ Change header folding and param separation to use spaces instead of tabs
    • ๐Ÿ‘‰ Use ; to separate multiple MIME header params
    • โž• Add support for RFC3461 DSN messages
    • ๐Ÿ›  IMAP example code fixed
    • ๐Ÿ‘‰ Use PHP temp streams instead of temp files
    • ๐Ÿ‘ Allow for longer SMTP error codes
    • โšก๏ธ Updated Brazilian Portuguese translation
    • Throw exceptions on invalid encoding values
    • โž• Add Afrikaans translation, thanks to @Donno191
    • โšก๏ธ Updated Farsi/Persian translation
    • โž• Add PHP 7.4 to test config
    • โœ‚ Remove some ambiguity about setting XMailer property
    • ๐Ÿ‘Œ Improve error checking in mailing list example
    • โฌ‡๏ธ Drop PHP 5.5 from CI config as it's no longer supported by Travis-CI
    • ๐Ÿ›  Fix S/MIME signing
    • โž• Add constants for encryption type
    • More consistent use of constants for encryption, charset, encoding
    • โž• Add PHPMailer logo images
  • v6.0.7 Changes

    February 01, 2019

    ๐Ÿš€ This is a maintenance release.

    • ๐Ÿ‘€ Include RedHat GPL Cooperation Commitment - see the COMMITMENT file for details.
    • โšก๏ธ Don't exclude composer.json from git exports as it breaks composer updates in projects that use PHPMailer
    • โšก๏ธ Updated Malay translation
    • ๐Ÿ›  Fix language tests
  • v6.0.6 Changes

    November 14, 2018
    • ๐Ÿ”’ SECURITY Fix potential object injection vulnerability. CVE-2018-19296. Reported by Sehun Oh of cyberone.kr.
    • โž• Added Tagalog translation, thanks to @StoneArtz
    • โž• Added Malagache translation, thanks to @Hackinet
    • โšก๏ธ Updated Serbian translation, fixed incorrect language code, thanks to @mmilanovic4
    • โšก๏ธ Updated Arabic translations (@MicroDroid)
    • โšก๏ธ Updated Hungarian translations
    • โšก๏ธ Updated Dutch translations
    • โšก๏ธ Updated Slovenian translation (@filips123)
    • โšก๏ธ Updated Slovak translation (@pcmanik)
    • โšก๏ธ Updated Italian translation (@sabas)
    • โšก๏ธ Updated Norwegian translation (@aleskr)
    • โšก๏ธ Updated Indonesian translation (@mylastof)
    • โž• Add constants for common values, such as text/html and quoted-printable, and use them
    • โž• Added support for copied headers in DKIM, helping with debugging, and an option to add extra headers to the DKIM signature. See DKIM_sign example for how to use them. Thanks to @gwi-mmuths.
    • โž• Add Campaign Monitor transaction ID pattern matcher
    • โœ‚ Remove deprecated constant and ini values causing warnings in PHP 7.3, added PHP 7.3 build to Travis config.
    • โœ… Expanded test coverage
  • v6.0.5 Changes

    March 27, 2018
    • Re-roll of 6.0.4 to fix missed version file entry. No code changes.
  • v6.0.4 Changes

    March 27, 2018

    ๐Ÿš€ This is a maintenance release

    • โž• Add some modern MIME types
    • โž• Add Hindi translation (thanks to @dextel2)
    • ๐Ÿ‘Œ Improve composer docs
    • ๐Ÿ›  Fix generation of path to language files
  • v6.0.3 Changes

    January 05, 2018
    • Correct DKIM canonicalization of line breaks for header & body - thanks to @themichaelhall
    • ๐Ÿ‘‰ Make dependence on ext-filter explicit in composer.json
  • v6.0.2 Changes

    November 29, 2017

    ๐Ÿš€ 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