Skip to content

Releases: mainio/decidim-module-term_customizer

v0.23.0

01 Mar 22:37
Compare
Choose a tag to compare

Release for Decidim 0.23.x series.

v0.22.0

01 Mar 22:36
Compare
Choose a tag to compare

Release for Decidim 0.22.x series.

Fixed:

  • Allow dashes and question marks in translation keys (see #43, thanks @Kagemaru).
  • No longer exponential runtime for failing regexes due to an excess dot in the regular expression (see #43, thanks @Kagemaru).
  • Stack level too deep error with cache logging level set to debug #38

v0.21.0

01 Mar 22:30
Compare
Choose a tag to compare

Release for Decidim 0.21.x series.

v0.20.0

01 Mar 22:29
Compare
Choose a tag to compare

Release for Decidim 0.20.x series.

Fixed:

  • Controller context fetching on the participatory space front pages

v0.19.1

03 Mar 08:53
Compare
Choose a tag to compare

Fixed:

  • Memcached throws NoMethodError in clear_cache #30

v0.19.0

27 Nov 22:34
Compare
Choose a tag to compare

Release for Decidim 0.19.x series.

Fixed:

  • Error when visiting consultations #28

v0.18.0

28 Aug 21:03
Compare
Choose a tag to compare

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

30 Apr 06:12
Compare
Choose a tag to compare

Fixed:

  • One asset manifest missing for the translations listing view in environments that require asset precompiling which broke the whole view.

v0.17.0

28 Apr 11:02
ae1905c
Compare
Choose a tag to compare

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

24 Apr 15:25
Compare
Choose a tag to compare

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).