Skip to content

Releases: wagtail/wagtail-localize

v1.5 - Wagtail 4.1+

23 Feb 14:53
v1.5
c928f64
Compare
Choose a tag to compare

This release add compatibility with Wagtail 4.2 and drops support for Wagtail < 4.1

What's Changed

  • Wagtail 4.2 upgrade by @katdom13 in #673
  • Add missing WAGTAILLOCALIZE_SYNC_LIVE_STATUS_ON_TRANSLATE test by @zerolab in #677

New Contributors

Full Changelog: v1.4...v1.5

v1.4

22 Jan 13:56
v1.4
1fc56b0
Compare
Choose a tag to compare

This release improves the authentication options with GoogleCloutTranslator, and adds a new setting (WAGTAILLOCALIZE_SYNC_LIVE_STATUS_ON_TRANSLATE, which defaults to True) to allow keeping drafts when submitting a published page for translation

What's Changed

  • Update README.md by @FrisoHarlaar in #665
  • Improve authentication options for GoogleCloudTranslator by @ababic in #645
  • Add setting to skip publication when live pages are submitted for translation by @mattlinares in #656

New Contributors

Full Changelog: v1.3.3...v1.4

v.1.3.3 - chosen

29 Nov 22:24
ac1fe25
Compare
Choose a tag to compare

What's Changed

  • use glob pattern in exclude declaration by @chris48s in #658
  • Rename imageChosen, documentChosen to chosen by @Spikenn in #650

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2 - even better Revision model change support

04 Nov 16:00
1e1f72f
Compare
Choose a tag to compare

What's Changed

  • Fix wagtailcore.pagerevision model name resolution error in migrations by @laymonage in #643
  • Fix Wagtail 4.1 compatibility by @zerolab in #646

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - another chooser off `ListBlock`

17 Oct 21:07
fb4db60
Compare
Choose a tag to compare

This fixes an issue with choosers directly in a ListBlock. Thanks to @Spikenn in #639

For the full v1.3 changes see https://github.com/wagtail/wagtail-localize/releases/tag/v1.3

Full Changelog: v1.3...v1.3.1

v1.3 - Wagtail 4, finally

15 Oct 13:26
0ffdd37
Compare
Choose a tag to compare

This release

  • 🎉 brings the long-awaited Wagtail 4.0.x compatibility 🎉
  • 🐛 fixes a number of issues such as #487, #284, #625
  • 📦 changes the packaging tool to flit
  • 🧽 drops support for Wagtail < 2.15
  • ⚠️ does better in terms of cleaning up when a translation source (ie. original page) or translation destination (i.e. the translation) are deleted. Before this release, Translation objects were marked as inactive and all related data was kept around. To keep the old behaviour, set WAGTAILLOCALIZE_DISABLE_ON_DELETE = True in your settings file. See #622 for further details

What's Changed

  • Fix compatiblity with main by @zerolab in #588
  • Bump terser from 4.8.0 to 4.8.1 by @dependabot in #594
  • Fix changed register_page_listing_more_buttons signature by @zerolab in #599
  • Fix TestSubmitPageTranslationWithComponents for Wagtail 4 by @gasman in #601
  • Use Flit for packaging by @engineervix in #589
  • Wagtail 4.0 compat by @zerolab in #613
  • Fix migrations failures caused by changed revision / initial dependecy change by @zerolab in #616
  • Drop pre Wagtail 2.15 support by @zerolab in #617
  • Fix string extraction from nullable RichTextField by @zerolab in #621
  • Guard against ManyToOneRel child field without help text or verbose name by @zerolab in #620
  • Add buttons with register_page_header_buttons-hook by @th3hamm0r in #628
  • Fix widget extraction for choosers in StructBlock in ListBlock by @zerolab in #633
  • Fix Revision model change in Wagtail 4.0 by @zerolab in #630
  • Add method to delete translation data on translatable model deletion by @zerolab in #622
  • Handle TemplateSegment during cleanup as well (follow up to #622) by @zerolab in #635

New Contributors

Full Changelog: v1.2.1...v1.4

v1.3-alpha4 - Wagtail 4 support, with migration fix

23 Sep 10:42
7c8b75d
Compare
Choose a tag to compare

Adds a missing JavaScript include on the dit translation page, and drops support for Wagtail < 2.15

Full release notes: https://github.com/wagtail/wagtail-localize/releases/tag/v1.3.0-alpha.1

v1.3-alpha3 - Wagtail 4 support, with migration fix

20 Sep 14:40
0291a48
Compare
Choose a tag to compare

v1.3-alpha1 - Wagtail 4 support

19 Sep 16:04
a94fef2
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0-alpha.1

v1.2.1 - the squash a few bugs release

05 Jun 15:05
Compare
Choose a tag to compare

What's Changed

  • updates filter to get translation source by @sheralim012 in #578
  • improve docs for Google Cloud Translate by @chris48s in #575
  • Fix page chooser widget extraction in orderables by @zerolab in #584
  • Fix duplicate locale defintion in TranslatableCreateView template by @benmth in #580

New Contributors

Full Changelog: v1.2...v1.2.1