You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)