Grav v1.7.0-rc.16 Release Notes

Release Date: 2020-09-01 // over 3 years ago
  • 09/01/2020

      • Added a new svg_image() twig function to make it easier to 'include' SVG source in Twig
      • Added a helper Utils::fullPath() to get the full path to a file be it stream, relative, etc.
      • Added themes to cached blueprints and configuration 🛠 1.
      • Fixed Flex Pages issue with getRoute() returning path with language prefix for default language if set not to do that
      • Fixed Flex Pages bug where reordering pages causes page content to disappear if default language uses wrong extension (.md vs .en.md)
      • Fixed Flex Pages bug where onAdminSave passes page as $event['page'] instead of $event['object'] #2995
      • Fixed Flex Pages bug where changing a modular page template added duplicate file admin#1899
      • Fixed Flex Pages bug where renaming slug causes bad ordering range after save #2997