What's Changed * Support for Wagtail 3 and above. By rgs258 in https://github.com/wharton/wagtailgridder/pull/15 * Moved to SemVer and stable release. By FlipperPA
* This targets the cache clear to only occur when a WagtailGridder page type is edited, rather than any Wagtail page.
0.13.1
* Bug fix: fixes an issue with module resolution order.
0.13.0
* Creates an abstract model that can be customized by the developer.
0.12.0
* To maintain the previous behavior, set `WAGTAILGRIDDER_GRID_INDEX_PAGE_SUBPAGE_TYPES = None` * `GridItem` pages can still be included on multiple `GridIndex` pages, this just enforces some nice housekeeping by default.