Releases: mainio/decidim-module-term_customizer
Releases · mainio/decidim-module-term_customizer
v0.23.0
v0.22.0
Release for Decidim 0.22.x series.
Fixed:
v0.21.0
v0.20.0
v0.19.1
v0.19.0
v0.18.0
Release for Decidim 0.18.x series.
Added:
- Translation set duplication.
- Implemented translation context classes which are used to detect the translation contexts for controllers and jobs. These are now also configurable in case developers want to change their behavior.
Fixed:
- Fixed a bug with rendering translations containing HTML in the bulk adding view. Previously the HTML wasn't escaped which could lead to parts of the translation to be visually cut out in the view.
Changed:
- When any plural form translation is added or deleted, its counterparts are now also added or deleted at the same time. E.g. when adding "pizza.one", it will also add "pizza.zero" and "pizza.other" in case those forms exist. This prevents translation errors and exceptions to be shown because of admin user errors.
- Improved the translation context detection for the jobs context.
v0.17.1
v0.17.0
Relase for Decidim v0.17.
Added:
- Helping texts to the views to help new users get started with the module.
- Ability to export the translations from a set to JSON, CSV or XLS format.
- Ability to import the exported translations back to another translation set.
- Bulk deletion functionality for the translations within a set.
Changed:
- Decidim dependencies bumped to v0.17.
- Improved the navigational structure by adding back links and breadcrumbs to the views. This helps navigating through the different views.
v0.16.6
Fixed:
- Working now with memcached cache backend (see #18, thanks @armandfardeau).
- Fixed "add multiple" when the same key already existed in another translation set (see #18, thanks @armandfardeau).