Skip to content

Releases: kodus/mail

1.1.4

22 May 13:21
bab7208
Compare
Choose a tag to compare

Fix deprecation warnings

1.1.3

06 May 10:26
Compare
Choose a tag to compare
Changed subject wording in test.

Support for psr/log version 2 & 3

08 Mar 08:11
e391f2b
Compare
Choose a tag to compare
Merge pull request #17 from sunkan/support-psr-log-2-and-3

Add support for psr/log 2 and 3

1.1.1

23 Nov 11:48
6935fd4
Compare
Choose a tag to compare

What's Changed

  • Added missing return type to SMTPDotStuffingFilter::filter by @vortrixs in #16

1.1.0

24 Aug 12:09
92f2ce0
Compare
Choose a tag to compare

Updated minimum PHP version required to 8.0

PHP 7.3 compatibility

30 Jan 07:47
Compare
Choose a tag to compare

Adjust for a breaking change in PHP 7.3; https://bugs.php.net/bug.php?id=77539

First stable release

15 Aug 09:33
Compare
Choose a tag to compare

See UPGRADING.md for breaking changes from 0.2.x

Patch release

29 Nov 13:10
Compare
Choose a tag to compare

Fix to SecureSocketConnector (still needs tests)

Feature release: inline attachments

01 Nov 08:12
Compare
Choose a tag to compare

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.)