v11.13.0
⚠️ Potential Breaking Changes
Removed non-relational types from RELATIONAL_TYPES constant (#25964)
Extensions or external code using RELATIONAL_TYPES should note the excluded presentation and group.
Fixed <scope>.delete filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. (#26034)
-
Keys returned by the hook are now used in place of the original keys.
-
The hook will trigger regardless of user permissions. Ensure any necessary permission checks are performed prior to any data processing.