Skip to content

Releases: wagtail/wagtail-localize

v1.11.3 - `ImageBlock`-final-final-v3-I-promise.release

08 Feb 11:17
7797bd3
Compare
Choose a tag to compare

Full Changelog: v1.11.2...v.11.3

Fixes a crash when overriding the imageblock in a translation. (#854 by @Chadys)

v1.11.2 - better handling of nested `ImageBlock`s

31 Jan 15:35
9308650
Compare
Choose a tag to compare

This is a bugfix for ImageBlocks nested in StructBlock/ListBlock/StreamBlock

Full Changelog: v1.11.1...v1.11.2

v1.11.1 - Wagtail 6.3, small report improvements and some machine translation tweaks

24 Dec 14:26
42de3c2
Compare
Choose a tag to compare

v1.11 - Wagtail 6.3, small report improvements and some machine translation tweaks

20 Dec 15:37
6d40c66
Compare
Choose a tag to compare

This release adds full support for Wagtail 6.3 and its new ImageBlock, Python 3.13. It also brings a number of improvements to the translations report, and machine translations.

What's Changed

  • Add support for Wagtail 6.3 (and ImageBlock) by @zerolab in #840
  • Add a tips page for handling snippets with synchronization by @onno-timmerman in #836
  • Fix getting progress when there are no strings by @alexkiro in #829
  • Add a machine translation option when syncing pages by @waldo90 in #807
  • Add more options to the DeepL settings (Fixes #831) by @alexkiro in #835
  • Skip creating StringTranslations if the machine translators do not provide the translation @tognee in #819
  • Add support for filtering the translation report by status by @alexkiro in #830
  • [chore] Tooling updates by @zerolab in #843

New Contributors

Full Changelog: v1.10...v1.11

v1.10 - Wagtail 6.2

08 Sep 11:39
caf14b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9...v1.10

v1.9.1 - The case of missing chooserUrls

22 Aug 12:25
95f4de8
Compare
Choose a tag to compare

Add the missing window.chooserUrls for images/docs/pages that have been removed as of Wagtail 6.1

Full Changelog: v1.9...v1.9.1

v1.9 - Wagtail 6 support and bug fixes

03 Apr 09:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.9

v1.8.3 - Snippet chooser fixes

03 Apr 11:30
ff486d2
Compare
Choose a tag to compare

This release backports a fix from v1.9 for snippet choosers not handling interactions correctly (reference)

v1.8.2 - missing tags include

05 Mar 15:46
087a811
Compare
Choose a tag to compare

This release adds a missing {% load wagtailadmin_tags %} in the legacy icon include for the locales index, fixing the
wagtaillocales/_icon_legacy.html: Invalid block tag on line 1: 'icon'. Did you forget to register or load this tag? error

v1.9-alpha.3 - now with actual translation publishing

02 Mar 13:38
0c8da76
Compare
Choose a tag to compare

This fixes translation publishing

Full Changelog: v1.9-alpha.2...v1.9-alpha.3