All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add tox testing for Wagtail 6.2
- Drop tests for Wagtail < 5.2 as they have reached EOL (@katdom13)
- Drop tests for Django < 4.2 as it has reached EOL (@katdom13)
- Add tests for Python 3.12 (@katdom13)
- Add
wagtail-modeladmin
to testing dependencies (@katdom13)
0.2.1 - 2024-02-07
- Fixed DateTimeRangeFilter for django-admin-rangefilter >= 0.12.
- Changed required django-admin-rangefilter to 0.12 and above.
- Adapted tests against Wagtail >= 6.0 due to removed
wagtail.contrib.modeladmin
- Added tests against Wagtail 5.1, 5.2 (by @lparsons396, @katdom13)
- Drop tests for Wagtail 4.2, 5.0 and Django 4.1 as they have reached EOL (@katdom13, @th3hamm0r)
0.2.0 - 2023-07-31
- Added support for Wagtail 5.0, Django 4.2, and Python 3.11 (by @katdom13)
- Removed support for Wagtail < 4.1, Django 4.0, and Python 3.7 (by @katdom13)
0.1.1 - 2022-12-05
- Improved buttons (#1) by @kevinhowbrook
- Improved testing and docs
0.1.0 - 2022-09-20
Initial release