Skip to content

Releases: asahasrabuddhe/laravel-mjml

Beta 1.2 Release

11 May 12:46
37411cd
Compare
Choose a tag to compare

Fixed Bug where package was not able to detect whether a cached view was expired or not correctly.

Beta 1.1 Release

11 May 12:24
c767d89
Compare
Choose a tag to compare

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.