Releases: cfpb/wagtail-inventory
Releases · cfpb/wagtail-inventory
1.7.0
- Add support for Wagtail 4.2 #66 (thanks, @katdom13!)
- Switch to
pyproject.toml
#67
1.6
What's Changed
- Fix flake8 configuration by @chosak in #61
- Point README CI badge from Travis to GitHub by @chosak in #62
- Add support for Wagtail 3 and Wagtail 4 by @chosak in #63
- Add support for Wagtail 4.1 by @chosak in #64
Full Changelog: 1.5...1.6
1.4.1
- Use any compatible tqdm version #53
1.3.1
- Use any compatible tqdm version #53
Support Wagtail 2.15
- Adds support for Wagtail 2.15 and Django 3.2
- Drops support for all previous versions
1.3
- Allow Coveralls to run on forks of this repository #41
- Add missing chevron icons to select dropdowns #42
- Add UniqueConstraint on (page, block) #45
Support Latest Wagtail Version
Support all wagtail versions from 2.7 onward until the next major version.
1.1
- Support Wagtail 2.9 #29
- Add a GitHub Action to automatically publish to PyPI
when a GitHub release is created for this library and add GitHub templates #30