Skip to content

Releases: Pod-Point/laravel-mail-export

2.2.0

07 Nov 13:46
c013a93
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

01 Sep 09:42
4db5fe6
Compare
Choose a tag to compare

What's Changed

  • Laravel 10 + PHP 8.2 Support by @clnt in #20

New Contributors

  • @clnt made their first contribution in #20

Full Changelog: 2.0.0...2.1.0

2.0.0

05 Aug 14:54
26f5b21
Compare
Choose a tag to compare

What's Changed

  • [2.x] Laravel 9 Support Only - Breaking change by @clemblanco in #17
  • Moved from swiftmailer/swiftmailer to symfony/mailer
  • Thank you to @fridzema for contributing in #14

Full Changelog: 1.0.0...2.0.0

1.0.0

05 Aug 14:50
4e1d01a
Compare
Choose a tag to compare

What's Changed

  • [1.x] Minor improvements + bump up to 1.x #18
  • New contributor @MatusBoa in #15

Full Changelog: 0.2.2...1.0.0

0.2.2

14 Sep 11:55
5c54b01
Compare
Choose a tag to compare
  • Bug: issue #7 Fix filesystems config file typo
  • Enhancement: Add MAIL_EXPORT environment variable support

0.1.2

14 Sep 11:56
27ff63b
Compare
Choose a tag to compare
  • Bug: issue #7 Fix filesystems config file typo
  • Enhancement: Add MAIL_EXPORT environment variable support

0.2.1

01 Apr 14:58
a8f3761
Compare
Choose a tag to compare

Specify proper .eml mime type when saving the file into storage.

0.2.0

01 Apr 11:06
ee7bac6
Compare
Choose a tag to compare

Support for PHP 8 and Laravel 7 and 8.

0.1.1

01 Apr 14:58
14df142
Compare
Choose a tag to compare

Specify proper .eml mime type when saving the file into storage.

0.1.0

30 Mar 16:21
f24a66a
Compare
Choose a tag to compare

Initial Release (#2)

  • Supports PHP 7 and Laravel 5 and 6.
  • Support for PHP 8 and Laravel 8 will come.