Grav v1.7.13 Release Notes

  • 04/23/2021

      • Added support for getting translated collection of Flex Pages using $collection->withTranslated('de')
      • Moved gregwar/Image and gregwar/Cache in-house to official getgrav/Image and getgrav/Cache packagist packages. This will help environments with very strict proxy setups that don't allow VCS setup. #3289
      • Improved XSS Invalid Protocol detection regex #3298
      • Added support for user provided folder in Flex $page->copy() 🛠 1.
      • Fixed The "Grav/Common/Twig/TwigExtension" extension is not enabled when using markdown twig tag #3317
      • Fixed text field maxlength validation newline issue #3324
      • Fixed a bug in Flex Object refresh() method