You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
✨ 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