Releases: dachcom-digital/pimcore-emailizr
Releases · dachcom-digital/pimcore-emailizr
v3.1.0
v2.1.0
v3.0.0
Pimcore 11 Support
see https://github.com/dachcom-digital/pimcore-emailizr/blob/master/UPGRADE.md
- [NEW FEATURE][BC BREAK] We're now using the symfony inky parser instead of
lorenzo/pinky
(which will be used by twig, but we want to stick with Symfony's recommended stack).- replace
{% emailizr_inky %}
with{% apply inky_to_html %}
- replace
{% end_emailizr_inky %}
with{% endapply %}
- replace
- [BC BREAK]
@Emailizr/layout.html.twig
is using inky markup by default - [BC BREAK] Include path
@EmailizrBundle/Resources/public/[...]
changed to@EmailizrBundle/public/[...]
. Please change your includes accordingly
v2.0.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
This release makes emailizr compatible with Pimcore6! 🎉
IMPORTANT! Read the Upgrade Notes before updating!