Releases: wagtail/wagtail-localize
v1.5 - Wagtail 4.1+
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
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
- @FrisoHarlaar made their first contribution in #665
- @mattlinares made their first contribution in #656
Full Changelog: v1.3.3...v1.4
v.1.3.3 - chosen
v1.3.2 - even better Revision model change support
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
- @laymonage made their first contribution in #643
Full Changelog: v1.3.1...v1.3.2
v1.3.1 - another chooser off `ListBlock`
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
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, setWAGTAILLOCALIZE_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
inListBlock
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
- @engineervix made their first contribution in #589
- @janbaykara made their first contribution in #602
- @ramiboutas made their first contribution in #604
Full Changelog: v1.2.1...v1.4
v1.3-alpha4 - Wagtail 4 support, with migration fix
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
Fixes a migration dependency. Full release notes: https://github.com/wagtail/wagtail-localize/releases/tag/v1.3.0-alpha.1
v1.3-alpha1 - Wagtail 4 support
What's Changed
- Wagtail 4.0 compat by @janbaykara and @zerolab in #613 (via #60)
- Support DeepL free API endpoint by @ramiboutas in #604
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #594
- Use Flit for packaging by @engineervix and @chris48s in #589
New Contributors
- @engineervix made their first contribution in #589
- @janbaykara made their first contribution in #602
- @ramiboutas made their first contribution in #604
Full Changelog: v1.2.1...v1.3.0-alpha.1
v1.2.1 - the squash a few bugs release
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
- @sheralim012 made their first contribution in #578
- @chris48s made their first contribution in #575
- @benmth made their first contribution in #580
Full Changelog: v1.2...v1.2.1