Pre-release notes
https://getkirby.com/releases/5
Changelog since 5.0.0-rc.2
✨ Enhancements
- Add Taiwanese translation (thanks to Ralph)
🐛 Bug fixes
- The
Uri
class now properly serializes URIs of the form/subfolder/
. #7255
🐛 Fixed regressions from previous pre-releases
- Fixed empty state in the Writer field when a value gets changed #7246
- It is now possible again to use external preview URLs #7240
- Enter works again as shortcut in the date field #7257
🚨 Breaking changes from previous pre-releases
Change the underlying logic for preview tokens (breaking preview URLs created in previous v5 pre-releases). #7256
Note
This breaking change is not adding to the list of breaking changes in the final release notes. This change was necessary to fix the new preview URLs before the final release. You are only affected if you used a v5 pre-release in production.
🧹 Housekeeping
- Normalize timezone during unit tests #7248
- Updated PHP dependencies
- Updated JS dependencies
- Merged the latest state from 4.8.0