Releases: wagtail/wagtailtrans
Releases · wagtail/wagtailtrans
2.2.1
2.2
- Added official support for Wagtail 2.9 and 2.10
- Make the permission
can_delete
compatible with Wagtail 2.10 - Make the page method
move
compatible with Wagtail 2.10 - Dropped support for Wagtail versions earlier than 2.7 (LTS)
- Replace deprecated ugettext, ugettext_lazy with gettext and gettext_lazy
- Replace deprecated force_text with force_str
- Fix: Languages in a Draft state result in failed routing from browser language
2.1
2.0.6
2.0.6 (11-03-2019)
- Added missing migration
- Removed Python 2 syntax
2.0.4
2.0.3
2.0.1
v2.0
0.1.5
- Added
appveyor
to the CI to ensure MSSQL compatibility - Added a settings example file to the sandbox environment to ease the contribution setup
- Added documentation on
Contributing to Wagtailtrans
- Fix: language admin view throwing an exception with
WAGTAILTRANS_LANGUAGES_PER_SITE
set toTrue