Kirby v3.3.2-rc.1 Release Notes

Release Date: 2019-12-10 // over 4 years ago
  • ๐Ÿ†• New Features

    • ๐Ÿ‘ PHP 7.4 support
    • ๐Ÿ‘Œ Support for address names when sending email getkirby/ideas#42

    โœจ Enhancements

    • โšก๏ธ Updated translations
    • Implement sticky headers for structure tables #2328
    • Remote class: Enhancements to headers #2322
      • Support associative arrays for the headers option ('Accept' => 'application/json' should become 'Accept: application/json' automatically)
      • Add support for the CURLOPT_USERPWD option with a new basicAuth option
    • Mime class: add missing text/csv mime type #2316
    • F class: Option to disable base64 encoding in dataUri() method #2276
    • Clicking on the language in the Settings view now opens the edit dialog #2264
    • ๐Ÿ‘ The k-link component now allows passing a callback function as to prop. ListItem and Cards support passing callback function as link prop

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed pattern validation in text inputs
    • Manually sorted pages can now be deleted reliably in a foreach loop #2323
    • Entering space in the multiselect field works again #2340
    • Content sorting by date no longer fails on multilingual site #2256