Grav v1.7.0-rc.9 Release Notes

Release Date: 2020-04-27 // almost 4 years ago
  • 04/27/2020

      • Support for webp image format in Page Media #1168
      • Added Route::getBase() method
      • Support symlinks when saving File 🛠 1.
      • Fixed flex objects with integer keys not working #2863
      • Fixed Pages::instances() returning null values when using Flex Pages #2889
      • Fixed Flex Page parent header.admin.children_display_order setting being ignored in Admin #2881
      • Implemented missing Flex $pageCollection->batch() and $pageCollection->order() methods
      • Fixed user avatar creation for new Flex Users when using folder storage
      • Fixed Trying to access array offset on value of type null PHP 7.4 error in Plugin.php
      • Fixed Gregwar Image library using .jpeg for cached images, rather use .jpg
      • Fixed Flex Pages with 00.home page not having ordering set
      • Fixed Flex Pages not updating empty content on save #2890
      • Fixed creating new Flex User with file storage
      • Fixed saving new Flex Object with custom key
      • Fixed broken Plugin::config() method