All notable changes to laravel-mail-log-channel
will be documented in this file.
- Add support for Laravel 11
- Add support for Laravel 10
- Fix issue where subjects were empty on content with >255 characters (thanks to @dev-idsys-mi #5)
- Add support for Laravel 9 (thanks to @hetznet #3)
- Add support for Laravel 8 (thanks to @jbeales #1)
DEPRECATED RELEASE
- Add support for Laravel 8 (thanks to @jbeales #1)
- Support multiple
to
configuration formats
- Add support for Laravel 6 and 7 (thanks to @jbeales designmynight/laravel-log-mailer#7)
- Remove extra configuration and view files
- Improve exception layout in mails
- Fix logging levels
- Fix dependency
- Initial release