Grav v0.9.3 Release Notes

  • 10/09/2014

      • GPM (Grav Package Manager) Added
      • Support for multiple Grav configurations
      • Dynamic media support via URL
      • Added inlineCss and inlineJs support for Assets
      • YAML caching for increased performance
      • Use stream wrapper in pages, plugins and themes
      • Switched to RocketTheme toolbox for some core functionality
      • Renamed setup CLI command to sandbox
      • Broke cache types out into multiple directories in the cache folder
      • Removed vendor libs from github repository
      • Various PSR cleanup of code
      • Various Blueprint updates to support upcoming admin plugin
      • Added ability to filter page children for normal/modular/all
      • Added sort_by_key twig filter
      • Added visible() and routable() filters to page collections
      • Use session class in shutdown process
      • Improvements to modular page loading
      • Various code cleanup and optimizations 🛠 3.
      • Fixed file checking not updating the last modified time. For real this time!
      • Switched debugger to PRODUCTION mode by default
      • Various fixes in URI class for increased reliability