All Versions
105
Latest Version
Avg Release Cycle
48 days
Latest Release
173 days ago
Changelog History
Page 3
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, 2019No 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
andquoted-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