September 8, 2022
Cecil 7.0.0 released
Features
i18n support migrated to Symfony Translation + Twig Intl
Twig Extensions have been removed in favor of Symfony Translation and Twig Intl Extension.
With Symfony Translation Gettext is no more required.
Breaking changes about localization:
- the short trans tag
{% trans "text" %}is no more supported - variables must set between
%%instead of{{}} localizeddatefilter is replaced byformat_date
Release notes on GitHub