Releases: Frojd/wagtail-trash
Releases · Frojd/wagtail-trash
v3.0.0
v2.0.0
[2.0.0] - 2023-12-30
Added
- Add Python 3.12 support (@marteinn)
- Add Wagtail 5.1 support (@marteinn)
- Add Wagtail 5.2 support (@marteinn)
- Add wagtail-modeladmin support (@marteinn)
Fixed
- Upgrade python version in example environment and resolve build issues
- Replace deprecated assertEquals with assertEqual
- Upgrade github actions (@marteinn)
Removed
- Drop EOL Python 3.7 support (@marteinn)
- Drop EOL Wagtail 4.2 support (@marteinn)
- Drop EOL Wagtail 5.0 support (@marteinn)
Full Changelog: v1.0.1...v2.0.0
v1.0.0
[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