Grav v1.6.12 Release Notes

Release Date: 2019-08-14 // over 4 years ago
  • 08/11/2019

      • Added support for custom FormFlash save locations
      • Added a new Utils::arrayLower() method for lowercasing arrays
      • Support new GRAV_BASEDIR environment variable #2541
      • Allow users to override plugin handler priorities #2165
      • Use new Utils::getSupportedPageTypes() to enforce html,htm at the front of the list #2531
      • Updated vendor libraries
      • Markdown filter is now page-aware so that it works with modular references admin#1731
      • Check of GRAV_USER_INSTANCE constant is already defined #2621 🛠 1.
      • Fixed some potential issues when $grav['user'] is not set
      • Fixed error when calling Media::add($name, null)
      • Fixed url() returning wrong path if using stream with grav root path in it, eg: user-data://shop when Grav is in /shop
      • Fixed url() not returning a path to non-existing file (user-data://shop => /user/data/shop) if it is set to fail gracefully
      • Fixed url() returning false on unknown streams, such as ftp://domain.com, they should be treated as external URL
      • Fixed Flex User to have permissions to save and delete his own user
      • Fixed new Flex User creation not being possible because of username could not be given
      • Fixed fatal error 'Expiration date must be an integer, a DateInterval or null, "double" given' #2529
      • Fixed non-existing Flex object having a bad media folder
      • Fixed collections using [email protected]: should allow modular pages if requested
      • Fixed an error when trying to delete a file from non-existing Flex Object
      • Fixed FlexObject::exists() failing sometimes just after the object has been saved
      • Fixed CSV formatter not encoding strings with " and , properly
      • Fixed var order in Validation.php #2610