PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.3.2
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.3.2
1.3.2 1.3.1 1.3.0 1.2.4 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2.0 All 28 releases
← All changes | includes/class-plugin.php +0 -4 trunk1.3.2 View file →
@@ -286,12 +286,8 @@
286 286 // snapshot is onboarding/diagnostics, not a paid value-add, so every
287 287 // user gets it. The snapshot degrades gracefully without Pro (Pro
288 288 // version/license fields fall back to defaults via defined()/get_option).
289 289 Module_Registry::register( new \XSpeed\Modules\Support\SupportModule() );
290 - // The dashboard control for usage-analytics consent. Consent used to
291 - // be collectable only in the wizard and withdrawable nowhere, while
292 - // the wizard and readme both promised a dashboard switch. (#437)
293 - Module_Registry::register( new \XSpeed\Modules\Privacy\PrivacyModule() );
294 290 // MCP remote control (AI assistants) — Free. The plugin serves the
295 291 // MCP protocol at the site's own /xspeed/mcp URL; the only gate is
296 292 // the per-site connection token an admin mints via Connect. No
297 293 // license, no hosted infra. See IMPLEMENTATION.md §17.