=== MCCP License Server ===
Contributors: rizwan
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight license server for Mass Comment Cleaner Pro/Enterprise. Generate license keys and validate them via a JSON REST endpoint.

== Description ==
- Generate license keys (Pro or Enterprise) with expiry dates.
- Toggle license active/inactive.
- REST validate endpoint for client plugins.

== REST Endpoint ==
GET /wp-json/mccp/v1/validate?license_key=YOUR-KEY&product=pro
Response: {"valid":true, "message":"valid"} OR {"valid":false, "message":"expired|inactive|wrong_product|key_not_found"}

== Installation ==
1. Upload the folder "mccp-license-server" to /wp-content/plugins/
2. Activate the plugin.
3. Go to "MCCP Licenses" and create a license key.
4. In your Pro/Enterprise plugin's License Settings page, paste:
   - License Key
   - License Server URL (e.g., https://yourdomain.com)

== Changelog ==
= 1.6 =
* Fresh rebuild. Stable admin UI. Fixed activation edge-cases.
