=== NoEntry: Admin Page Access Control ===
Contributors: codebygary
Tags: admin, access control, user roles, page restrictions, url blocking
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 7.0
Stable tag: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Restrict access to specific WordPress admin pages for selected users. Fully customizable per-user access rules based on URL matching.

== Description ==

NoEntry lets you control which admin pages individual users can access.  
Create rules by user ID, and block access based on URL patterns:  
- Contains
- Equals
- Starts with
- Regular expression

Features:
* Lightweight and secure
* Clean and responsive settings page
* jQuery UI accordion interface for organizing user rules
* Localization-ready

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/noentry-admin-page-access-control` directory, or install via the WordPress Plugin Directory.
2. Activate the plugin through the ‘Plugins’ screen in WordPress.
3. Go to `Settings > Admin Access Control` to configure user-specific rules.

You're done!

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
First version – restrict user access to admin pages by URL matching.