Itβs time for a new patch release!
Changelog
https://github.com/getkirby/kirby/releases/tag/3.1.4
- KirbyText in the
caption
attribute of the(image:)
tag now gets correctly converted - Menu entry βSiteβ in Panel gets translated correctly
- Tags and multiselect fields with non-comma separators work again
- Mime type of JSON files was not detected correctly
- Fixed usage of siblings methods (e.g.
->isLast()
) on structure objects - Preview URLs open correctly for non-default languages after changing the URL suffix
- Pages, files and users field: donβt open modal if editing non-default languages and
translate: false
- Multilang: content files of site files will not be forgotten any longer but also converted when switching from single language to multilang mode
- Preventing caching of API requests
- Fixed issue with detecting correct types in collection filters
- Caching of collections now respects passing different parameters
- Fixed issue with language loops in templates
- Allow non-string values in field options from API
- More reliable generation of plugin ids
- Fixed smartypants usage in KirbyText, when set in config
'smartypants' => true
- Fixed a situation where page title changes in the Panel would be reverted
- Updated translations (cs, de, fa, it)
Download
https://github.com/getkirby/kirby/archive/3.1.4.zip
How to update
- Download the latest version of the kirby folder here: https://github.com/getkirby/kirby/archive/3.1.4.zip
- Unzip it and rename the folder to
kirby
- Use it to replace your old kirby folder in your installation