Grav v1.7.0-rc.14 Release Notes

Release Date: 2020-07-09 // almost 4 years ago
  • 07/09/2020

      • Added ability to noprocess specific items only in Link/Image Excerpts, e.g. http://foo.com/page?id=foo&target=_blank&noprocess=id #2954 🛠 1.
      • Regression: Default language fix broke Language::getLanguageURLPrefix() and Language::isIncludeDefaultLanguage() methods when not using multi-language
      • Reverted Language::getDefault() and Language::getLanguage() to return false again because of plugin compatibility (updated docblocks)
      • Fixed UTF-8 issue in Excerpts::getExcerptsFromHtml
      • Fixed some compatibility issues with recent Changes to Assets handling
      • Fixed issue with CSS_IMPORTS_REGEX breaking with complex URLs #2958
      • Moved duplicated CSS_IMPORT_REGEX to local variable in AssetUtilsTrait::moveImports()
      • Fixed page media only accepting images #2943