Grav v1.6.9 Release Notes

Release Date: 2019-05-09 // almost 5 years ago
  • 05/09/2019

      • Added Route::withoutParams() methods
      • Added Pages::setCheckMethod() method to override page configuration in Admin Plugin
      • Added Cache::clearCache('invalidate') parameter for just invalidating the cache without deleting any cached files
      • Made UserCollectionInderface to extend Countable to get the count of existing users
      • Flex admin: added default search options for flex objects
      • Flex collection and object now fall back to the default template if template file doesn't exist
      • Updated Vendor libraries including Twig 1.40.1
      • Updated language files from https://crowdin.com/project/grav-core 🛠 1.
      • Fixed $grav['route'] from being modified when the route instance gets modified
      • Fixed Assets options array mixed with standalone priority #2477
      • Fix for avatar_url provided by 3rd party providers
      • Fixed non standard lang code lengths in Utils and Session detection
      • Fixed saving a new object in Flex SimpleStorage
      • Fixed exception in Flex::getDirectories() if the first parameter is set
      • Output correct "Last Updated" in bin/gpm info command
      • Checkbox getting interpreted as string, so created new Validation::filterCheckbox()
      • Fixed backwards compatibility to select field with selectize.create set to true git-sync#141
      • Fixed YamlFormatter::decode() to always return array #2494
      • Fixed empty $grav['request']->getAttribute('route')->getExtension()