Releases: JoggApp/laravel-mail-viewer
Releases · JoggApp/laravel-mail-viewer
v7.0.0
- Added Laravel v8.x support.
- Dropped Laravel v6 & PHPUnit v8 support.
v6.0.0
- Added Laravel v7.x support.
- Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement.
v5.0.1
- Added Github Action Workflow for tests
v5.0.0
- Now supports Laravel v6.0
- Laravel v5.6.* & Laravel v5.7.* are no longer supported, min requirement is now v5.8.*
- Support for Laravel v5.8.* will be dropped in v5.1.*
v4.0.4
- The package now renders the correct mailable having similar class name as another mailable in different namespace.
- Big thanks to Thomas Kane for pointing out this issue.
v4.0.1
- Now supports Laravel v5.8
v3.1.0
- Fixed the behaviour of
in_array
by enabling strict checking.