Skip to content

Releases: Frojd/wagtail-trash

v3.0.0

10 Feb 06:15
Compare
Choose a tag to compare

[3.0.0] - 2024-02-10

Added

Changed

  • Add wagtail-modeladmin as a dependency (@marteinn)

Removed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

30 Dec 12:43
Compare
Choose a tag to compare

[2.0.0] - 2023-12-30

Added

Fixed

  • Upgrade python version in example environment and resolve build issues
  • Replace deprecated assertEquals with assertEqual
  • Upgrade github actions (@marteinn)

Removed

Full Changelog: v1.0.1...v2.0.0

v1.0.0

23 Mar 18:10
Compare
Choose a tag to compare

[1.0.0] - 2023-03-23

Added

  • Add delete_stray_pages command for clearing stray pages in trash can (@marteinn)
  • Add support for moving deleted pages to trash can when using bulk actions (@rinti)

Fixed

  • Add Wagtail 4.1 and 4.2 support (@marteinn)
  • Add python 3.11 support (@marteinn)
  • Remove wagtailadmin.W003 warning in development (@marteinn)
  • Fix incorrect test alias in docker-entrypoint.sh (@marteinn)
  • Fix bug where pages deleted from trashcan was not properly deleted (@marteinn)
  • Fix bug where two pages with the same slug couldn't be in the trash can at the same time (@rinti)

Removed

  • Drop Wagtail 2 support
  • Drop Wagtail 3 support

Upgrade considerations

  • Due to a bug in delete pages are not properly removed, this was fixed in 1.0.0. Run python manage.py delete_stray_pages to fix this

Full Changelog: v0.3.0...v1.0.0