Skip to content

Releases: wagtail/wagtail-localize

v1.8.3 - Snippet chooser fixes

03 Apr 11:30
ff486d2

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

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

Choose a tag to compare

This fixes translation publishing

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

v1.8.1 - quality of life fixes

25 Feb 15:03
d93c63d

Choose a tag to compare

  • Fix case insensitivity issue with some databases when using Translation.import_po (#781) @Nigel2392
  • Fix temporary file permissions in Windows when reading PO files (#781) @Nigel2392

Full Changelog: v1.8...v1.8.1

v1.9-alpha.2

25 Feb 14:55
40b07f6

Choose a tag to compare

v1.9-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

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

v1.9-alpha.1 - Wagtail 6 support

20 Feb 16:56
ce20f27

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: v1.8...v1.9-alpha.1

v1.8 - official Wagtail 5.2, and last to support Wagtail < 5.2

10 Feb 12:55
b955ae5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7...v1.8

v1.8-beta.1 - Official Django 5.0 support and LibreTranslate

21 Dec 15:16
92c18ab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7...v1.8-beta.1

v1.7 - Wagtail 5.2 support

15 Nov 20:38
a3efa8f

Choose a tag to compare

This is the full release with Wagtail 5.2/Python 3.12 support, provisional Wagtail 6 support, and a fix for DeepL target language code.

Note

If you are using wagtail_localize.modeladmin it is recommended to use wagtail-modelamind as the wagtail.contrib.modeladmin was deprecated in Wagtail 5.0 and will be removed in Wagtail 6.0

What's Changed

Full Changelog: v1.6...v1.7

v1.7rc1 - Wagtail 5.2 support

07 Nov 09:29
e1051b0

Choose a tag to compare

Pre-release

This release candidate adds Wagtail 5.2 and preliminary 6.0 support. PyPI link

It also adds Python 3.12 to the test matrix

Note

If you are using wagtail_localize.modeladmin it is recommended to use wagtail-modelamind as the wagtail.contrib.modeladmin was deprecated in Wagtail 5.0 and will be removed in Wagtail 6.0

To test, set wagtail-localize==1.7rc1 in your requirements.txt file (or the equivalent in your package manager of choice)

What's Changed

Full Changelog: v1.6...v1.7-rc.1