Grav v1.6.11 Release Notes

Release Date: 2019-06-21 // almost 5 years ago
  • 06/21/2019

      • Added FormTrait::getAllFlashes() method to get all the available form flash objects for the form
      • Added creation and update timestamps to FormFlash objects
      • Added FormFlashInterface, changed constructor to take $config array 🛠 1.
      • Fixed error in ImageMedium::url() if the image cache folder does not exist
      • Fixed empty form flash name after file upload or form state update
      • Fixed a bug in Route::withParam() method
      • Fixed issue with FormFlash objects when there is no session initialized