Skip to content

v1.11.14#172

Merged
remyperona merged 5 commits into
masterfrom
fix/blocked-pages-access
Jun 10, 2026
Merged

v1.11.14#172
remyperona merged 5 commits into
masterfrom
fix/blocked-pages-access

Conversation

@remyperona

Copy link
Copy Markdown
Contributor

Improve pages access blocking logic to take into account the specificity of edit.php being the slug for posts, while other post types use a post_type parameter to differenciate between them. This is a legacy of early WordPress that was never changed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps Adminimize to v1.11.14 and updates the backend page-access blocking logic so that edit.php (default posts) does not inadvertently match other post-type screens that share the same base file but differ via the post_type query parameter.

Changes:

  • Update page-access blocking logic to account for edit.php specificity vs other post types via post_type.
  • Bump plugin version to 1.11.14 and update readme.txt stable tag + changelog.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
readme.txt Updates stable tag and adds v1.11.14 changelog entry.
inc-setup/helping_hands.php Refines _mw_adminimize_check_page_access() URL matching and query-parameter handling for access blocking.
adminimize.php Bumps plugin header version to 1.11.14.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread inc-setup/helping_hands.php Outdated
Comment thread inc-setup/helping_hands.php
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@remyperona remyperona merged commit 224e06f into master Jun 10, 2026
0 of 12 checks passed
@remyperona remyperona deleted the fix/blocked-pages-access branch June 10, 2026 16:09
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