Grav v1.3.5 Release Notes

  • 10/11/2017

      • Refactored URI class with numerous bug fixes, and optimizations
      • Override system.media.upload_limit with PHP's post_max_size or upload_max_filesize
      • Updated bin/grav clean command to remove unnecessary vendor files (save some bytes)
      • Added a http_status_code Twig function to allow setting HTTP status codes from Twig directly.
      • Deter XSS attacks via URI path/uri methods (credit:newbthenewbd)
      • Added support for $uri->toArray() and (string)$uri
      • Added support for type on Asstes::addInlineJs() #1683 🛠 1.
      • Fixed method signature error with GPM\InstallCommand::processPackage() #1682