Kirby 3.9.1 is now available. This release includes minor changes, improvements, new features and bug fixes.
Kirby 3.9.1 is a file-based CMS with a beautiful web interface and thousands of customers world-wide. Its flexible data structure and powerful template engine makes it easy to develop fast and high-standard websites in no time.
From portfolios, to blogs, to full-blown company sites, Kirby has all you need. Being file-based comes with extra perks, such as version controllable content, super-easy deployments and blazing-fast performance.
Kirby 3.9.1 Changelog
🪄 Enhancements
- Deprecation warnings can now be disabled granularly by setting
Helpers::$deprecations['<deprecation-key>'] = false
in yoursite/config/config.php
. You can find the possible deprecation keys inkirby/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 withHelpers::$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
🐞 Bug Fixes
- 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
February
set toFeburary
#4903
🔧 Refactoring
- Improvements for
Http
classes‘ code quality #4990 - The CI workflow that runs on release now checks the code coverage again #5016
💎 Contributors
- mrflix
Although updates are tested, you’re always encouraged to backup your files before patching.
Tags: CMS, Content Management System, Portal, Softaculous
Related Links
- Live Demo:
See Kirby in action (Softaculous site (External link)) - Official Website:
Learn more about Kirby software (External link) - Run Kirby in your website:
Please Contact us for more information or start any Hosting Plan and install Kirby from Softaculous software library - Kirby Changelog:
To read changelog source Click Here (GitHub External link)