Skip to content

1.0.0

Compare
Choose a tag to compare
@mbenadda mbenadda released this 29 May 12:27
· 2539 commits to master since this release

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.