Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.6 KB

Changelog

All notable changes to laravel-mail-export will be documented in this file.

2.1.0 - 2023-09-01

  • Laravel 10 Support #20
  • New contributor clnt

2.0.0 - 2022-08-04

  • Laravel 9 Support Breaking change #17
  • Moved from swiftmailer/swiftmailer to symfony/mailer
  • Thank you to fridzema for contributing #14

1.0.0 - 2022-08-04

  • Minor improvements + bump up to 1.x #18
  • New contributor MatusBoa see #15

Full Changelog: https://github.com/Pod-Point/laravel-mail-export/compare/0.2.2...1.0.0

0.2.2 - 2021-09-14

  • Bug: issue #7 Fix filesystems config file typo
  • Enhancement: Add MAIL_EXPORT environment variable support

0.2.1 - 2021-04-01

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

0.2.0 - 2021-04-01

  • Support for PHP 8.x, Laravel 7.x and 8.x

0.1.2 - 2021-09-14

  • Bug: issue #7 Fix filesystems config file typo
  • Enhancement: Add MAIL_EXPORT environment variable support

0.1.1 - 2021-04-01

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

0.1.0 - 2021-03-29

  • First release supporting PHP 7.x, Laravel 5.x and 6.x