Skip to content

Releases: wagtail/wagtail-localize-git

v0.14.1 - Relaxed lower Wagtail version

18 Jan 14:15
724526d
Compare
Choose a tag to compare

This release relaxes the lower Wagtail version, so that the package can be installed on Wagtail >= 4.1

For full release notes see https://github.com/wagtail/wagtail-localize-git/releases/tag/v0.14.0

v0.14 - Wagtail 5.2, Django 5.0

17 Jan 21:28
d237676
Compare
Choose a tag to compare

This is a maintenance release which adds support for Django 5.0, Python 3.12. It also requires Wagtail >= 5.2.
The package size is now smaller too as we no longer include the test app and tests, and other unneeded files.

What's Changed

  • Django 5 and Wagtail 5 support by @jhonatan-lopes in #29
  • Tidy up tooling by @zerolab in #30
    • uses Ruff for linting/formatting
    • uses flit for packaging
    • uses PyPI trusted publishing

New Contributors

Full Changelog: v.0.13.0...v0.14.0

v0.13 - Relaxed wagtail-localize versions and Wagtail 4

23 Sep 10:56
7394651
Compare
Choose a tag to compare

This version adds Wagtail 4 support (via wagtail-localize 1.3) and drops support for Wagtail < 2.15

What's Changed

Full Changelog: v0.12.0...v.0.13.0

v0.12 - mainline, push ♻️

03 Feb 10:36
Compare
Choose a tag to compare

⚠️ This release switches to using main as the default branch. To change it to anything else, use WAGTAILLOCALIZE_GIT_DEFAULT_BRANCH = "my-branch" in your settings file.

Changlog

  • Support for configurable mainline branch, with a default of main (#21)
  • Ability to install with Wagtail 2.16 (#23)
    Note: can be installed on Wagtail 2.16 with wagtail-localize >= 1.1
  • A sync retry mechanism on push failures (#24)
    Sync will retry up to 3 times before throwing a SyncPushError exception

v0.11.0 - Wagtail 2.15 and Python 3.9/3.10

02 Dec 09:47
Compare
Choose a tag to compare

Adds official support for Wagtail 2.15 and Python 3.9 and 3.10

Version 0.10.0

28 Sep 13:49
Compare
Choose a tag to compare
  • Support for Wagtail 2.14

Version 0.9.3

04 Jun 20:11
Compare
Choose a tag to compare
v0.9.3

Bump version to 0.9.3

Version 0.9.2

03 Feb 09:37
Compare
Choose a tag to compare
  • Order locales in configs
  • Exclude deactivated translations

Version 0.9.1

17 Nov 14:26
Compare
Choose a tag to compare

Fixed formatting of l10n.toml for Pontoon
Fixed a crash on the dashboard view

Version 0.9

11 Nov 09:55
Compare
Choose a tag to compare

Practically rewritten!