Skip to content

3.9.1

Compare
Choose a tag to compare
@bastianallgeier bastianallgeier released this 31 Jan 10:11
· 4551 commits to main since this release
617a07a

✨ Enhancements

  • Deprecation warnings can now be disabled granularly by setting Helpers::$deprecations['<deprecation-key>'] = false in your site/config/config.php. You can find the possible deprecation keys in kirby/src/Cms/Helpers.php. #5014
  • The deprecation warning for passing an empty string as the value to Xml::attr() (introduced in 3.9.0) is no longer displayed by default because there are use cases where both the old and new behavior are fine. If you still want to check your code, you can enable the deprecation warning with Helpers::$deprecations['xml-attr-empty-string'] = true. #4934
  • Passing the snippet name argument as null is now handled gracefully #5004
  • Date field: fix tabbing behavior #5018 (Thank you to @mrflix 🙌)
  • Updated translations

🐛 Fixed

  • Emojis are now correctly treated again when using ParsedownExtra #5008
  • Fixed regression with avatar uploads #5022
  • Show correct error message on invalid cache type configuration #5012

♻️ Refactoring

  • Improvements for Http classes‘ code quality #4990
  • The CI workflow that runs on release now checks the code coverage again #5016