Fix: Re-release to ensure all users receive the corrected admin CSS and JavaScript — sites that auto-updated to 2.0.1 before the tab and JS fixes were in place will now receive the correct assets
Fix: Ability count in plugin description corrected to 42 (get-page and update-comment were added in 1.9.2/1.9.3)
2.0.1
Fix: Activity log DB table now created correctly — PRIMARY KEY SQL formatted for dbDelta
Fix: ewpa_log_activity() is self-healing — auto-creates table on first failed insert, no manual intervention required
Fix: Input parameter unified to status (was post_status) across ewpa/get-posts, ewpa/get-pages, and ewpa/get-cpt-items for consistency with write abilities
Fix: Uninstall now cleans up ewpa_bearer_enabled and ewpa_db_version options (previously leaked on uninstall)
Fix: Admin tabs now use WordPress native nav-tab classes — resolves broken button styling on sites where themes or plugins override default button CSS
Fix: Admin JavaScript wrapped in document.readyState guard — tabs and toggle now work correctly on sites with optimization plugins (WP Rocket, LiteSpeed, etc.) that defer or combine scripts
Code quality: WPCS auto-fixed 14 issues; short ternary operators and docblock corrections applied manually
Code quality: phpcs.xml ruleset updated — WooCommerce and The Events Calendar custom capabilities declared
Code quality: Zero errors across all core plugin files
Note: If tabs or the Bearer toggle appear broken after updating, purge your Cloudflare or CDN cache — CDNs may serve stale JS/CSS files regardless of the plugin version parameter
2.0.0
New: Activity log — tracks every MCP ability execution per user with timestamp; viewable and clearable from the admin
New: File-only upgrade migration via plugins_loaded hook — no reactivation needed
Changed: All copy buttons use HTTP-safe clipboard fallback (works on non-HTTPS local environments)
Updated: Total abilities: 42 (includes new get-page, update-comment added in previous minor versions)
1.9.3
New: Update Comment ability (ewpa/update-comment) — update content, author name, email, or WordPress user of an existing comment
1.9.2
New: Get Single Page ability (ewpa/get-page) — retrieves full page detail by ID including content, template, hierarchy, and SEO metadata
1.9.1
Fix: Formally declare WooCommerce HPOS (High-Performance Order Storage) compatibility via FeaturesUtil::declare_compatibility(), resolving the WooCommerce compatibility warning in WP Admin
1.9.0
Fix: Replace date() with gmdate() to avoid timezone-related display issues