- Fixed a bug where it wasn’t possible to render element partial templates for assets, categories, or tags. (#15426)
- Fixed an error that could occur when deleting a nested element, if its owner wasn’t saved for the same site. (#15290)
- Fixed a PHP error that could occur when running Codeception tests. (#15445)
- Fixed a bug where
deleteAsset
,deleteCategory
,deleteEntry
, anddeleteTag
GraphQL mutations were returningnull
rather thantrue
orfalse
. (#15465) - Fixed a styling issue. (#15473)
- Fixed a bug where
exists()
element queries weren’t working ifdistinct
,groupBy
,having,
orunion
params were set on them during query preparation. (#15001, #15223) - Fixed a bug where users’
username
properties weren’t getting set ifuseEmailAsUsername
was enabled. (#15475) - Fixed a bug where columns added to element queries via
EVENT_BEFORE_PREPARE
were getting overridden for all core element types except entries. (#15446) - Fixed a bug where the “Sign in as” user action would redirect to the control panel even if the user didn’t have permission to access the control panel. (#15449)
- Fixed a bug where the
utils/prune-orphaned-entries
command was deleting top-level entries. (#15458)