Releases: kodus/mail
1.1.5
1.1.4
Fix deprecation warnings
1.1.3
Support for psr/log version 2 & 3
Merge pull request #17 from sunkan/support-psr-log-2-and-3 Add support for psr/log 2 and 3
1.1.1
1.1.0
PHP 7.3 compatibility
Adjust for a breaking change in PHP 7.3; https://bugs.php.net/bug.php?id=77539
First stable release
See UPGRADING.md
for breaking changes from 0.2.x
Patch release
Fix to SecureSocketConnector
(still needs tests)
Feature release: inline attachments
This release adds support for inline (image) attachments.
One minor BC break: Message::getDate()
now returns DateTimeInterface
- please see UPGRADING.md
.
Also, unit tests, code coverage report, and integration tests against an SMTP server are now being run automatically under PHP 5.6, 7.0 and 7.1.
Support for HHVM has been removed from composer.json
and from automated tests, due to the fact that HHVM does not yet support a required stream filter. (it looks like the HHVM team is working on this, so support will be restored once the stream filter becomes available.)