New: WordPress Playground live preview — click “Live Preview” on the plugin listing to try the Royal MCP settings page and activity log in a browser sandbox with demo API key and sample log entries pre-seeded.
New: Video walkthrough embedded on the plugin listing page.
1.4.4
Feature: Custom post type support — wp_get_posts and wp_create_post now accept a post_type parameter
Feature: New wp_get_post_types tool discovers all registered public post types on the site
Enhancement: wp_get_post and wp_get_posts responses now include the post type field
Enhancement: Post type validation ensures only public post types can be queried or created
1.4.3
Security: Fixed broken access control on MCP REST API endpoints (reported by Alexis Lafontaine via Patchstack)
Security: All MCP tool calls now require authenticated API key or OAuth Bearer token
Security: Removed reliance on Origin header as a security control
1.4.2
Security: Enforce authentication on every MCP request, not just session initialization
Security: Bind MCP sessions to authenticated credentials to prevent session hijacking
Security: Add authentication to GET stream and DELETE session endpoints
1.4.1
Fix: Resolved fatal error during activation on WordPress 7.0 RC (“Class Token_Store not found”)
Fix: Fully qualified namespace references for WP 7.0 compatibility
Tested: WordPress 7.0 RC2 compatibility verified
1.4.0
New: OAuth 2.0 authorization server — Claude Desktop’s “Add Connector” flow now works natively