Version 5.0.1

July 4, 2024

Fixed

  • Fixed regression where installs using globally installed npx or nvm would not be able to find the MJML binary

Version 5.0.0

May 27, 2024

Added

  • Craft 5 support

Version 2.0.2

May 27, 2024

Fixed

  • Fixed issue where using the plugin when rendering a template with the Craft Core Mailer would use the CP templates folder as relative path for mj-include calls

Version 2.0.1

May 26, 2024

Fixed

  • Fixed issues with saving settings

Version 1.0.6

March 17, 2021

Added

  • Added include method similar to Twig's include method so we can cache the MJML template once and then render the dynamic parts with Twig
  • Added support for <mj-include/> tags for the CLI option
  • Added mjmlCliIncludesPath config setting

Changed

  • Changed error handling to log more detailed error messages

Version 1.0.5

March 14, 2021

Added

  • Allow for optional CLI config settings (e.g. minify)

Version 1.0.4

April 1, 2020

Fixed

  • Always render template if in LivePreview mode (#11)

Version 1.0.3

March 24, 2020

Added

  • Added logging of CLI output when in devMode

Version 1.0.2

April 14, 2019

Fixed

  • Fixed a race condition where the wrong email contents sometimes was returned if two users triggered a render at the same time

Version 1.0.1

December 5, 2018

Fixed

  • Fixed bad references to mjmlCliPath

Version 1.0.0

December 5, 2018

Added

  • Initial release