- Fixed a PHP error. (#14635)
- 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)