Skip to content

Release ready 5.1.3#10

Merged
robinsowell merged 6 commits intomainfrom
dev
Mar 6, 2026
Merged

Release ready 5.1.3#10
robinsowell merged 6 commits intomainfrom
dev

Conversation

@robinsowell
Copy link
Contributor

No description provided.

bryannielsen and others added 6 commits January 21, 2026 13:48
Bug:

        // make sure Super Admins are always allowed
        if (! in_array($allowed_groups, 1)) {
oops!
        if (! in_array(1, $allowed_groups)) {
Update references to first party addon path to check for presence in …
@robinsowell robinsowell merged commit 3d1a7e7 into main Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants