Skip to content

Releases: wagtail-nest/wagtail-review

0.5

19 Aug 21:30
Compare
Choose a tag to compare
  • Fixes for Wagtail 6.x (Matt Westcott)
  • Dropped support for Wagtail <5.2, Django <4.2

0.4

01 Aug 15:40
Compare
Choose a tag to compare
0.4
  • Fixes for Wagtail 5.x (Matt Westcott)
  • Dropped support for Wagtail <4.1, Django <3.2, Python <3.8

0.3.1

04 Jan 13:24
Compare
Choose a tag to compare
  • Fixes for Django 4.x (Adrien Lemaire)
  • Fixes for Wagtail 3.x and 4.x (Matt Westcott, Dan Braghis, Sage Abdullah)

0.3

01 Mar 17:48
Compare
Choose a tag to compare
0.3
  • Roll back to 0.1.x codebase and apply compatibility fixes up to Wagtail 2.12
  • Logged-in users are now redirected back to the Wagtail admin after submitting a review (Maylon Pedroso)
  • Fix: CSRF token is now set correctly when the 'respond to review' view is the user's first request (Matt Westcott)
  • Fix: Prevent URLs in emails from being wrongly HTML-escaped (Karl Hobley, Matt Westcott)
  • Fix: Display username in place of full name where full name is blank or not implemented by a custom user model (Matt Westcott)

0.2.1

01 Mar 16:53
Compare
Choose a tag to compare

NOTE: The 0.2.x branch is no longer recommended for use. 0.2 was a major rewrite of wagtail-review designed to integrate with Wagtail 2.10's moderation workflow features, but as of March 2021 the resources to complete this work have not been available, and various compatibility issues exist in the current release. We hope to release a workflow-enabled version of wagtail-review in future, as a new package.

To upgrade to wagtail-review 0.3.x, first upgrade to 0.2.1 then run ./manage.py migrate wagtail_review 0003. This will delete any existing review data.

  • Fix error on page creation (Matt Westcott)
  • Fix: Prevent share/comment tabs from showing on pages other than the edit page view (Matt Westcott)
  • Fix: Reinstate missing submitter name on notification email (Matt Westcott)
  • Fix: Allow reversing migrations to facilitate upgrading to 0.3.x (Matt Westcott)

0.2

11 Dec 10:32
Compare
Choose a tag to compare
0.2
  • Added compatibility with Wagtail 2.9 - 2.11 (Matt Westcott)
  • Logged-in users are now redirected back to the Wagtail admin after submitting a review (Maylon Pedroso)
  • Fix: CSRF token is now set correctly when the 'respond to review' view is the user's first request (Matt Westcott)