Skip to content

v1.0.0

Compare
Choose a tag to compare
@marteinn marteinn released this 23 Mar 18:10
· 39 commits to main since this release

[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