Skip to content

Releases: Webnuvola/laravel-mjml

v1.0.1

07 Mar 14:08
Compare
Choose a tag to compare
  • Remove extra property from composer.json

v1.0.0

07 Mar 13:52
Compare
Choose a tag to compare
  • Support for Laravel 9 - 11 and PHP 8.1 - 8.3
  • Use spatie/mjml-php package
  • Add tests with Pest

Upgrading from v0.4.0 to v1.0.0

Version v1.0.0 is compatible with Mailables defined with version v0.4.0, but you have to replace Asahasrabuddhe\LaravelMJML\Mail\Mailable with Webnuvola\Laravel\Mjml\Mailable class.

This package uses spatie/mjml-php under the hood. In your project, or on your server, you must have the JavaScript package mjml installed.