- Reduced the number of database queries executed when eager-loading nested entries or addresses. (#18929)
- Reduced the number of database queries executed when loading image transforms. (#18929)
- Deprecated
craft\services\Path::getRuntimePath().Craft::$app->getRuntimePath()should be called instead. - Fixed a bug where Single section entries weren’t initially saved with a post date. (#18931)
- Fixed a bug where overriding the runtime path via
config/app.phpwasn’t possible. (#18936) - Fixed a bug where pasted nested entries within Matrix fields in Blocks view weren’t always getting fully initialized. (#18912)
- Fixed a bug where collapsed Matrix blocks were getting “Entry [ID]” preview values if their entry type didn’t have a UI Label. (#18484)
- Fixed a bug where nested elements could be deleted when reverting content from a revision. (#18950)
- Fixed a styling issue.
- Fixed a moderate-severity authorization bypass vulnerability.
- Fixed a low-severity authorization bypass vulnerability.