Grav v1.2.0-rc.1 Release Notes

  • 03/13/2017

      • Added default setting to only allow direct-installs from official GPM. Can be configured in system.yaml
      • Added a new Utils::isValidUrl() method
      • Added optional parameter to |markdown(false) filter to toggle block/line processing (default|true = block)
      • Added new Page::folderExists() method
      • Twig::evaluate() now takes current environment and context into account
      • Genericized direct-install so it can be called via Admin plugin 🛠 1.
      • Fixed a minor bug in Number validation #1329
      • Fixed exception when trying to find user account and there is no user://accounts folder
      • Fixed issue when setting Page::expires(0) Admin #1009
      • Removed ID from nonce_field() Twig function causing validation errors Form #115