PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.3.4
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.3.4
1.3.4 1.3.3 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 All 30 releases
← All changes | includes/modules/AIPrivacy/AIPrivacyModule.php +2 -2 1.3.11.3.4 View file →
@@ -47,9 +47,9 @@
47 47 public function ui_metadata(): array {
48 48 return array(
49 49 'label' => __( 'AI Privacy', 'xspeed' ),
50 50 'icon' => 'Shield',
51 - 'description' => __( 'Govern whether AI-powered features (Pro) may collect data from your visitors. The off-switch is here in Free because privacy is a fundamental right, not a paid feature.', 'xspeed' ),
51 + 'description' => __( 'Decide whether AI features may use your visitors\' data, and what the consent banner says. Applies even before you install Pro.', 'xspeed' ),
52 52 );
53 53 }
54 54
55 55 /**
@@ -67,9 +67,9 @@
67 67 'gdpr_consent_required' => array(
68 68 'type' => 'bool',
69 69 'default' => true,
70 70 'label' => __( 'Require consent before AI data collection', 'xspeed' ),
71 - 'description' => __( 'When ON, AI-powered features only record data after a visitor accepts the consent banner. When OFF, they collect from every visitor — only legal in regions without GDPR-style consent rules. The setting applies even if Pro is not installed (so a later Pro upgrade respects whichever choice you made).', 'xspeed' ),
71 + 'description' => __( 'When ON, AI-powered features only record data after a visitor accepts the consent banner. When OFF, they collect from every visitor — only legal in regions without GDPR-style consent rules. The setting applies even if Pro is not installed (so a later Pro upgrade respects whichever choice you made): privacy is a fundamental right, not a paid feature.', 'xspeed' ),
72 72 ),
73 73 'consent_banner_text' => array(
74 74 'type' => 'string',
75 75 'default' => 'We collect anonymized navigation and performance data to make this site faster. Accept to help us optimize your experience.',