Grav v0.9.2 Release Notes

  • 09/15/2014

      • New flexible site and page metadata support including ObjectGraph and Facebook
      • New method to get user IP address in URI object
      • Added new onShutdown() event that fires after connection is closed for Async features
      • Skip assets pipeline minify on Windows platforms by default due to PHP issue 47689
      • Fixed multiple level menus not highlighting correctly
      • Updated some blueprints in preparation for admin plugin
      • Fail gracefully when theme does not exist
      • Add stream support into ResourceLocator::addPath()
      • Separate themes from plugins, add themes:// stream and onTask events
      • Added barDump() to Debugger
      • Removed stray test page
      • Override modified only if a non-markdown file was modified
      • Added assets attributes support
      • Auto-run composer install when running the Grav CLI
      • Vendor folder removed from repository
      • Minor configuration performance optimizations
      • Minor debugger performance optimizations 🛠 3.
      • Fix url() twig function when Grav isn't installed at root
      • Workaround for PHP bug 52065
      • Fixed getList() method on Pages object that was not working
      • Fix for open_basedir error
      • index.php now warns if not running on PHP 5.4
      • Removed memcached option (redundant)
      • Removed memcache from auto setup, added memcache server configuration option
      • Fix broken password validation
      • Back to proper PSR-4 Autoloader