- Fixed a bug where
craft\elements\db\ElementQuery::exists()
would returntrue
ifsetCachedResult()
had been called, even if an empty array was passed. - Fixed a bug where it wasn’t possible to interact with disabled Matrix blocks. (#15002)
- Fixed an infinite recursion bug that could occur when
craft\web\Response::redirect()
was called. (#15014)