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
- Removed Matrix block queries’ `ownerLocale` param. The `site` or `siteId` param can be used instead.
577
578
- Removed Matrix block queries’ `ownerSite` param. The `site` param can be used instead.
578
579
- Removed Matrix block queries’ `ownerSiteId` param. The `siteId` param can be used instead.
580
+
- Removed the `assignUserGroups` user permission, which authorized users to assign other users to their own groups. Authorization must now be explicitly granted for each group.
581
+
- Removed the `customizeSources` user permission. Only admins can customize element sources now, and only from an environment that allows admin changes.
582
+
- Removed the `publishPeerEntryDrafts:<uid>` permissions, as they were pointless. (If a user is authorized to save an entry and view other users’ drafts of it, there’s nothing stopping them from making the same changes themselves.)
579
583
- Removed support for the `staticRows` editable table setting. `allowAdd`, `allowDelete`, and `allowReorder` can be used instead.
580
584
- Removed support for the `CRAFT_LOCALE` PHP constant. `CRAFT_SITE` can be used instead.
581
585
- Removed `Craft::Client`. `Pro` can be used instead.
0 commit comments