Grav v0.9.1 Release Notes

  • 09/02/2014

      • Added new theme:// PHP stream for current theme
      • Default to new file modification checking rather than folder
      • Added support for various markdown link formats to convert to Grav-friendly URLs
      • Moved configure() from Theme to Themes class
      • Fix autoloading without composer update -o
      • Added support for Twig url method
      • Minor code cleanup 🛠 3.
      • Fixed issue with page changes not being picked up
      • Fixed Minify to provide @supports tag compatibility
      • Fixed ResourceLocator not working with multiple paths
      • Fixed issue with Markdown process not stripping LFs
      • Restrict file type extensions for added security
      • Fixed template inheritance
      • Moved Browser class to proper location