Releases: NaakkaDev/wagtail-simple-gallery
Releases · NaakkaDev/wagtail-simple-gallery
v0.11.0
What's Changed
- removes original_url filter in favor of wagtail built-in url property by @nikatlas in #25
- Updated Wagtail and Django support.
New Contributors
Full Changelog: v0.10.1...v0.11.0
v0.10.1
Updated setup file to support wagtail 6.x.
v0.10.0
Thank you for PRs! 👍
What's Changed
New Contributors
Full Changelog: v0.9.1...v0.10.0
v0.9.0
Updated setup.py file to support Wagtail 3.x and 4.x (under 5.0). Seems to work well without other changes.
v0.8.1
What's Changed
- Fix hardcoded default template use in tags route by @JOJ0 in #15
New Contributors
- @JOJ0 made their first contribution in #15
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Updated to support django 3.0.
v0.7.0
Updated to work with Wagtail 2.7 and django 2.2, might not work with earlier versions.
If upgrading:
- Remove the wagtail_simple_gallery from urls and use
WAGTAILIMAGES_INDEX_PAGE_SIZE = 32
setting instead.
v0.6.4
Added a simple tag feature (#12), thanks @MorezMartin! Tested with wagtail version to 2.5.1 (Works).