Grav v1.7.0-rc.13 Release Notes

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

      • Added support for uploading and deleting images directly in Media
      • Added new onAfterCacheClear event
      • Improved CvsFormatter to attempt to encode non-scalar variables into JSON before giving up
      • Moved image loading into its own trait to be used by images+static images
      • Adjusted asset types to enable extension of assets in class #2937
      • Composer update for vendor library updates
      • Updated bundled composer.phar to 2.0.0-dev 🛠 1.
      • Fixed MediaUploadTrait::copyUploadedFile() not adding uploaded media to the collection
      • Fixed regression in saving media to a new Flex Object admin#1867
      • Fixed Trying to get property 'username' of non-object error in Flex flex-objects#62
      • Fixed retina images not working in Flex flex-objects#64
      • Fixed plugin initialization in CLI
      • Fixed broken logic in Page::topParent() when dealing with first-level pages
      • Fixed broken Flex Page authorization for groups
      • Fixed missing onAdminSave and onAdminAfterSave events when using Flex Pages and Flex Users flex-objects#58
      • Fixed new User Group allowing bad group name to be saved admin#1917
      • Fixed Language::getDefault() returning false and not 'en'
      • Fixed non-text links in Excerpts::getExcerptFromHtml
      • Fixed CLI commands not properly intializing Plugins so events can fire