github getkirby/kirby 5.0.0-rc.6

latest releases: 5.1.0-rc.1, 5.0.4, 5.0.3...
pre-release2 months ago

Pre-release notes

https://getkirby.com/releases/5

✨ Enhancements

  • Add root for plugin licenses ($kirby→root('licenses')) (Thanks @nilshoerrmann) #6767
  • New protected IsFile::assetFactory() method to create a new asset instance based on the file type, but without adding it to the property cache. This enhancement is related to the bug fix for #7289

🐛 Bug fixes

  • F::type() does no longer interpret .tmp as valid file extension, but uses mime detection to get the correct type.

🐛 Fixed regressions

  • File::create() does no longer throw a missing extension error #7289
  • File::create() does no longer remove the content file of an existing file if a duplicate error is thrown.
  • Use WeakMap for VersionCache to avoid cache collisions due to a behavior in spl_object_hash that will sometimes reuse cache ids for new instances. #7302

Don't miss a new kirby release

NewReleases is sending notifications on new releases.