Requires AcrossAI MCP Manager 0.3.3+. Tested up to WordPress 7.1; requires 6.9 and PHP 8.1.
A small follow-up to 0.9.10 with one user-facing fix and one release-plumbing fix.
Fixed
The Connectors panel is no longer unstyled when you land on it without picking a method (#88). Opening the How would you like to connect? tab goes straight to the Connectors panel, but the panel's stylesheet only loaded when the address named a connection method explicitly. The result was a broken-looking screen — no card around the panel, an oversized icon, half-width fields — while the "How to connect" instructions, whose styles are printed separately, still looked correct. The panel now loads its styles on that address too.
This only affected live sites: on local installs the tab defaults to a different connection method, which is why it never surfaced in testing.
Internal
The deploy pipeline builds again (#87). Releasing stopped working entirely on 2026-09-07 for reasons unrelated to this plugin. The deploy relied on a third-party action whose container is built on Debian 11; that distribution's package metadata expired, and the action has had no release since 2024. Because the container is built before any workflow step runs, the entire deploy was skipped rather than just the upload.
The three Freemius API calls that action performed now run directly on the PHP the workflow already installs — no container to build, nothing left to expire. Failed uploads now also fail the build: the previous path reported success even when Freemius rejected the upload, which is how a broken deploy went unnoticed back in 0.5.0.
Full changelog: v0.9.10…v0.9.11