Releases: asahasrabuddhe/laravel-mjml
Releases · asahasrabuddhe/laravel-mjml
Beta 1.2 Release
Fixed Bug where package was not able to detect whether a cached view was expired or not correctly.
Beta 1.1 Release
This release fixes bugs and adds a new feature.
Bug Fixes:
Major Issues mentioned in #3
Problem with sending email more then once. Second time it strips part of HTML - Fixed
Plain text mail doesn't get saved and sent - Fixed
New Feature:
The package now checks if the email view needs to be compiled again.Thus, compilation only occurs when the email view blade file is updated. In other cases, the cached copy of the view is used increasing performance.