Skip to content

Releases: NaakkaDev/wagtail-simple-gallery

v0.11.0

12 Dec 14:36
Compare
Choose a tag to compare

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

24 May 14:52
Compare
Choose a tag to compare

Updated setup file to support wagtail 6.x.

v0.10.0

05 Oct 13:05
Compare
Choose a tag to compare

Thank you for PRs! 👍

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

18 Dec 13:19
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @thht made their first contribution in #19

Full Changelog: v0.9.0...v0.9.1

v0.9.0

07 Dec 14:53
Compare
Choose a tag to compare

Updated setup.py file to support Wagtail 3.x and 4.x (under 5.0). Seems to work well without other changes.

v0.8.2

26 Jul 09:29
1e59cea
Compare
Choose a tag to compare

What's Changed

  • Make page type configurable by @JOJ0 in #16

Full Changelog: v0.8.1...v0.8.2

v0.8.1

24 Jul 06:31
Compare
Choose a tag to compare

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

30 Mar 16:45
Compare
Choose a tag to compare

Updated to support django 3.0.

v0.7.0

29 Dec 08:20
Compare
Choose a tag to compare

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

25 May 06:30
Compare
Choose a tag to compare

Added a simple tag feature (#12), thanks @MorezMartin! Tested with wagtail version to 2.5.1 (Works).