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
Plugins that only provide Panel styles and/or scripts don't need to add an index.php anymore, index.js and index.css will still be loaded in the Panel #4445
New bool column type for the Database classes #4433
Translations now also check for simple language codes when using complex locales (e.g. es for es_ES) #4447
Kirby now detects reverse proxy URLs from the standardized Forwarded header
If a reverse proxy is used but does not pass the X-Forwarded-Host header or host key in the Forwarded header, Kirby falls back to the server name; this improves compatibility with CloudFlare #4443
Kirby now takes the Forwarded header into account when checking whether the Panel is installable on a local installation #4490
🐛 Fixes
Blocks no longer output error messages unless debug mode is active #4448
Blocks field don’t activate multi-select mode anymore when changing tabs #4349
Writer fields with inline: true only store first paragraph when multiple are pasted #4310
It is possible again to override the url option from domain-specific config files. #4311