github getkirby/kirby 3.6.0-rc.3

latest releases: 4.2.0, 4.2.0-rc.1, 4.1.2...
pre-release2 years ago

3.6 RC

To learn more about Kirby 3.6 and the RC phase, check out our dedicated preview site: https://getkirby.com/releases/3.6

✨ Enhancements

  • The Toolkit\Dom::toString method now exports the document with the same structure as the input. #3887

🐛 Fixes

  • Hidden blocks are no longer visible in layouts #3857
  • The image/svg MIME type is now recognized by the Sane classes
  • Account files are now fully accessible through the account view, even if permissions for the users area is blocked #2580

🐛 Fixed regressions from 3.6.0-rc.2

  • Fixed changes dropdown #3854
  • Fixed missing max/min length indicator in the Textarea counter #3861
  • Fixed file upload validation #3849
  • Fixed breaking change in FieldClass::store method #3866
  • Fixed blocks field empty prop #3872
  • Fixed port detection behind proxy #3645
  • CSS gets auto prefixed again (e.g. solves issue with toggle field in Safari)
  • Fixed inline docs for cardlets layout option
  • Unicode characters in the writer field are no longer converted to HTML entities. #3887
  • Fixed account permission issues when the users area is blocked #3868
  • Fixed block selection in layout columns: #3856
  • Fixed error notification dialog #3890
  • Fixed "Invalid redirect URL" error #3892

⚠️ Breaking changes

  • Kirby no longer supports PHP 7.3, which will reach its end-of-life date soon. We will add support for PHP 8.1 to Kirby as soon as possible after the official release of PHP 8.1.
  • Hidden blocks in the layout field will no longer be visible (as expected)
  • Cms\Collection::has(): 1st parameter got renamed to $key
  • Cms\Collection::indexOf(): 1st parameter got renamed to $needle
  • Cms\Collection::query(): 1st parameter got renamed to $arguments

Don't miss a new kirby release

NewReleases is sending notifications on new releases.