Grav v1.7.0-rc.11 Release Notes

Release Date: 2020-05-14 // almost 4 years ago
  • 05/14/2020

      • Added support for native loading=lazy attributes on images. Can be set in system.images.defaults or per md image with ?loading=lazy #2910
      • Added PageCollection::all() to mimic Pages class
      • Added system configuration support for HTTP_X_Forwarded headers (host disabled by default)
      • Updated PHPUserAgentParser to 1.0.0
      • Improved docblocks
      • Fixed some phpstan issues
      • Tighten vendor requirements 🛠 1.
      • Fix for uppercase image extensions
      • Fix for & errors in HTML when passed to Excerpts.php