== Changelog ==

= 1.0.0 =
* Initial skeleton: plugin activation/loader, settings storage, activity log
  table, and the admin UI (Dashboard, Connection, Permissions, Activity Log,
  Upgrade to Premium) matching the design handoff.
* Pairing key generation/regeneration and disconnect (UI + storage only —
  the actual MCP server endpoint that authenticates against this key is not
  implemented yet).
* Permissions tab dynamically lists real registered public post types and
  taxonomies; Posts/Pages are Free-tier, everything else and the
  Delete/Publish actions are Premium-only, enforced server-side.
* License activation is a stub (`EAIWP_License::activate()`) — accepts any
  non-empty key and marks it active. Not wired to a real licensing backend
  yet; see the TODO in that class before this plugin is offered for real.
* Activity Log tab reads real entries from a new `{prefix}eaiwp_activity_log`
  table, but nothing writes to it yet — no MCP tool implementations exist
  yet to generate real activity.
