Grav v1.7.0-rc.7 Release Notes

Release Date: 2020-03-05 // about 4 years ago
  • 03/05/2020

      • Added Session::regenerateId() method to properly prevent session fixation issues
      • Added configuration option system.strict_mode.blueprint_compat to maintain old validation: strict behavior #1273
      • Improved Flex events
      • Updated CLI commands to use the new methods to initialize Grav 🛠 1.
      • Fixed Flex Pages having broken isFirst(), isLast(), prevSibling(), nextSibling() and adjacentSibling()
      • Fixed broken ordering sometimes when saving/moving visible Flex Page #2837
      • Fixed ordering being lost when saving modular Flex Page
      • Fixed validation: strict not working in blueprints (see system.strict_mode.blueprint_compat setting) #1273
      • Fixed Blueprint::extend() and Blueprint::embed() not initializing dynamic properties
      • Fixed fatal error on storing flex flash using new object without a key
      • Regression: Fixed unchecking toggleable having no effect in Flex forms
      • Fixed changing page template in Flex Pages #2828