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 | xspeed.php +2 -2 1.3.21.3.3 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 /**
3 3 * Plugin Name: xSpeed Cache
4 4 * Description: Minimal, ultra-fast caching plugin for WordPress.
5 - * Version: 1.3.2
5 + * Version: 1.3.3
6 6 * Requires at least: 6.0
7 7 * Tested up to: 7.1
8 8 * Requires PHP: 7.4
9 9 * Author: WPDeveloper
@@ -19,9 +19,9 @@
19 19 if ( ! defined( 'ABSPATH' ) ) {
20 20 exit;
21 21 }
22 22
23 -define( 'XSPEED_VERSION', '1.3.2' );
23 +define( 'XSPEED_VERSION', '1.3.3' );
24 24 define( 'XSPEED_FILE', __FILE__ );
25 25 define( 'XSPEED_DIR', plugin_dir_path( __FILE__ ) );
26 26 define( 'XSPEED_URL', plugin_dir_url( __FILE__ ) );
27 27 define( 'XSPEED_CACHE_DIR', WP_CONTENT_DIR . '/cache/xspeed' );