Grav v1.7.23 Release Notes

  • 09/29/2021

      • Added method Pages::referrerRoute() to get the referrer route and language
      • Added true unique Utils::uniqueId() / {{ unique_id() }} utilities with length, prefix, and suffix support
      • Added UserObject::isMyself() method to check if flex user is currently logged in
      • Added support for custom form field options validation with validate: options: key|ignore
      • Replaced GPL SVG-Sanitizer with MIT licensed DOM-Sanitizer
      • Uri::referrer() now accepts third parameter, if set to true, it returns route without base or language code #3411
      • Updated vendor libs with latest
      • Updated with latest language strings via Crowdin.com 🛠 3.
      • Fixed Folder::move() throwing an error when target folder is changed by only appending characters to the end #3445
      • Fixed some phpstan issues (all code back to level 1, Framework level 3)
      • Fixed form reset causing image uploads to fail when using Flex