Itβs time for a new patch release!
All changes
https://github.com/getkirby/kirby/releases/tag/3.2.4
- Page titles, filenames and usernames are now trimmed before they will be saved (#1836)
- Custom slug rules no longer fail with
+
symbol (#1946) - Better slug conversion from Cyrillic (#1903)
- Multiple default languages will now throw an exception (#1849)
- Improved textarea field docs
- Added missing since info for field options to improve the docs on the website
- Added spellcheck option to the textarea field
- File models have been removed again until we can implement them in a reliable and performant way (#1971)
- Fixed panel redirect after page deletion (#1984)
- Fixed space and escape key shortcuts in the search input of the multiselect field (#1983)
- Fixed broken checkboxes when an object has been passed (#1670)
- Fixed
num: date
when the date handler is set to strftime (#1882) - Fixed
num: date
with translations (#1886) - Created a new
SECURITY.md
file to provide relevant information in case of security issues - Dropping multiple files into a textarea does now create the correct number of KirbyTags (#1850)
- Fixed select inputs in Edge (#1712)
- Fixed jump when clicking/focussing on checkboxes (#1657)
- Fixed typos in
CONTRIBUTING.md
- Emails can now be send with custom transport props
- Added translation for missing panel view access permissions (#1997)
- Fixed access for non-existing options
- Fixed broken panel plugins by adding required semicolons when bundling js files (#1931)
- Added Lithuanian and Russian translations
- Return to regular tab widths (#1999)
Download
https://github.com/getkirby/kirby/archive/3.2.4.zip
How to update
- Download the latest version of the kirby folder here: https://github.com/getkirby/kirby/archive/3.2.4.zip
- Unzip it and rename the folder to
kirby
- Use it to replace your old kirby folder in your installation