1.0.0
This is the first stable release of Richie 🎉
Added
- Add sensible defaults for third party settings that Richie requires,
- Add a home page to the site structure to avoid a 404 error on startup.
Changed
- Make sure the
recursive_page_creation
helper respects an existing home
page and plays well with multiple sites, - Configure Django settings to pass all heartbeat checks,
- Make filter autosuggestions dynamic based on backend settings. Also runs
separate autocompletion requests for each meta category and shows them
under their separate titles.
Fixed
- Fix
blockplugin
templatetag breaking all pages using it when in edit mode, - Fix error when one of the site's languages was not found in ALL_LANGUAGES.
- The
richie_init
job is now idempotent and can thus be run multiple times.