PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.3.3
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.3.3
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 1.1.8 All 29 releases
← All changes | includes/modules/CacheCoverage/CacheCoverageModule.php +2 -2 1.2.41.3.3 View file →
@@ -32,11 +32,11 @@
32 32 public const VERSION = '1.0.0';
33 33
34 34 public function ui_metadata(): array {
35 35 return array(
36 - 'label' => 'Advanced Cache',
36 + 'label' => __( 'Advanced Cache', 'xspeed' ),
37 37 'icon' => 'Layers',
38 - 'description' => 'Cache 404s, search, feeds, and the REST API, plus custom rules and maintenance bypass.',
38 + 'description' => __( 'Cache 404s, search, feeds, and the REST API, plus custom rules and maintenance bypass.', 'xspeed' ),
39 39 'custom_panel' => 'CacheCoveragePanel',
40 40 );
41 41 }
42 42