Skip to content

Releases: wagtail/wagtailtrans

2.2.1

16 Sep 08:49
Compare
Choose a tag to compare
  • Make the dependency on wagtail.core.middleware.SiteMiddleware optional as it already can be removed in Wagtail 2.9

2.2

25 Aug 15:27
Compare
Choose a tag to compare
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

03 Feb 17:29
Compare
Choose a tag to compare
2.1
  • Dropped support for Wagtail versions earlier than 2.3
  • Added support for Wagtail 2.8 and therefore Django 3.0

2.0.6

29 Mar 09:53
Compare
Choose a tag to compare

2.0.6 (11-03-2019)

  • Added missing migration
  • Removed Python 2 syntax

2.0.4

12 Oct 08:49
d9759c9
Compare
Choose a tag to compare
  • Fix: Add "?next=" to edit url to redirect back to the right tree after edit when HIDE_TRANSLATION_TREES is enabled.

2.0.3

09 Oct 08:27
Compare
Choose a tag to compare
  • Add a HIDE_TRANSLATION_TREES setting with an edit in [language] button

2.0.1

29 Mar 08:58
Compare
Choose a tag to compare
  • Added missing database migration

v2.0

20 Mar 12:36
Compare
Choose a tag to compare
  • Dropped support for Python 2
  • Dropped support for Wagtail versions earlier than 2.0
  • Dropped support for Django versions earlier than 1.11
  • Refactor .py files to line length 119
  • Changed the version number to be inline with Wagtail

0.1.5

27 Aug 15:22
Compare
Choose a tag to compare
  • 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 to True

0.1.4

03 Jul 15:55
Compare
Choose a tag to compare
  • Add support for Wagtail 1.11
  • Update language selector templatetag to work with pages without language as well
  • Update language selector to order language selector based on language positions