=== LOCALREACH Plugin Framework ===
Contributors: localreach
Tags: framework, admin, plugin suite
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.1
Stable tag: 0.4.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Shared admin, settings, product registry, and user interface foundation for LOCALREACH plugins.

== Description ==

The LOCALREACH Suite Framework provides shared admin navigation, settings, product registration, notices, runtime requirements, and interface components for LOCALREACH products.

It is intended to be installed when a LOCALREACH product explicitly declares it as a dependency.

== Installation ==

1. Upload the plugin directory to `/wp-content/plugins/`.
2. Activate LOCALREACH Suite Framework in WordPress.
3. Activate the LOCALREACH product plugins that depend on it.

== Changelog ==

= 0.4.0 =

* Added a stable integration API and reusable, idempotent bootstrap for LOCALREACH products.
* Added normalized parent-slug and capability metadata to the product registry.

= 0.3.0 =

* Added shared product, settings, admin, and interface services.
