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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New?
Changing a UserGroup in the Backend will change existing pages and posts author-assignment automatically. If a user is removed from a user group, he will lose access to posts and pages were the specific user group was added.
User and UserGroup Assignment is now separated from each other. Adding a User Group within a post no longer adds all Authors of that User Group to the page individually.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removes the check absint($post_id)==0, because the function always returned in the first if condition using the classic editor, making editing the own post impossible.