PluginProbe
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score / 3.6.3
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score v3.6.3
trunk 1.0 1.0.1 1.1 1.1.1 1.1.2 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1 2.1.1 2.1.2 2.2 2.2.1 All 69 releases
← All changes | powered-cache.php +2 -2 trunk3.6.3 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: Powered Cache
4 4 * Plugin URI: https://poweredcache.com
5 5 * Description: Powered Cache is the most powerful caching and performance suite for WordPress, designed to easily improve your PageSpeed and Web Vitals Score.
6 - * Version: 3.7.3
6 + * Version: 3.6.3
7 7 * Requires at least: 5.7
8 8 * Requires PHP: 7.4
9 9 * Author: Powered Cache
10 10 * Author URI: https://poweredcache.com
@@ -24,9 +24,9 @@
24 24 exit; // Exit if accessed directly.
25 25 }
26 26
27 27 // Useful global constants.
28 -define( 'POWERED_CACHE_VERSION', '3.7.3' );
28 +define( 'POWERED_CACHE_VERSION', '3.6.3' );
29 29 define( 'POWERED_CACHE_DB_VERSION', '3.4' );
30 30 define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
31 31 define( 'POWERED_CACHE_URL', plugin_dir_url( __FILE__ ) );
32 32 define( 'POWERED_CACHE_PATH', plugin_dir_path( __FILE__ ) );