And so much more
Site controller
The site
controller data will now always be merged as default data with data from page template specific controllers. https://feedback.getkirby.com/422
First day of the week
first day of the week is chosen based on user language or date.weekday
config option (0
for Sunday … 6
for Saturday):
Redis Cache Driver
Redis is one of the most used cache types. We’ve added a brand new Redis cache driver to the core. You can now use it out of the box by setting up the Redis server connection in your config. #6736
Improved UUID handling
When duplicating a page, all UUIDs within the copied page, its files and children that point to an object that got copied as - well will be replaced with the UUID of the copied version.
If not copying files, any UUID pointing to a file within the copied page gets removed. #6567
Improved IDE support
Improved IDE autocompletion and type hints for collection items ($pages
, $files
, $users
...) #6391:
Improved Panel input validation
The Panel now relies on native HTML form invalid states for its input valiation #6099 #6320