Skip to content

5.2.10

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 18:38
· 1322 commits to 5.x since this release
5.2.10
5319b3e
  • 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, and deleteTag GraphQL mutations were returning null rather than true or false. (#15465)
  • Fixed a styling issue. (#15473)
  • Fixed a bug where exists() element queries weren’t working if distinct, groupBy, having, or union params were set on them during query preparation. (#15001, #15223)
  • Fixed a bug where users’ username properties weren’t getting set if useEmailAsUsername 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)