github getkirby/kirby 3.9.1

latest releases: 4.4.0, 4.3.1, 3.10.1.1...
19 months ago

✨ 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

Don't miss a new kirby release

NewReleases is sending notifications on new releases.