| @@ -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__ ) ); |