Grav v1.7.0-rc.20 Release Notes

  • 12/15/2020

      • Update phpstan to version 0.12
      • Auto-Escape enabled by default. Manually enable Twig Compatibility and disable Auto-Escape to use the old setting.
      • Updated unit tests to use codeception 4.1
      • Added support for setting GRAV_ENVIRONMENT by using environment variable or a constant
      • Added support for setting GRAV_SETUP_PATH by using environment variable (constant already worked)
      • Added support for setting GRAV_ENVIRONMENTS_PATH by using environment variable or a constant
      • Added support for setting GRAV_ENVIRONMENT_PATH by using environment variable or a constant
      • Improved bin/grav install command 🛠 1.
      • Fixed potential error when upgrading Grav
      • Fixed broken list in bin/gpm index #3092
      • Fixed CLI/GPM command failures returning 0 (success) value #3017
      • Fixed unimplemented PageObject::getOriginal() call #3098
      • Fixed Argument 1 passed to Grav\Common\User\DataUser\User::filterUsername() must be of the type string #3101
      • Fixed broken check if php exif module is enabled in ImageFile::fixOrientation()
      • Fixed StaticResizeTrait::resize() bad image height/width attributes if null values are passed to the method
      • Fixed twig script/style tag {% script 'file.js' at 'bottom' %}, replaces broken in operator #3084
      • Fixed dropped query params when ? is preceded with / #2964