| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: BerqWP |
| 4 | 4 | * Plugin URI: https://berqwp.com/ |
| 5 | 5 | * Description: Automatically boost your WordPress website speed. Includes full-page caching, image optimization, CSS/JS delivery, and Core Web Vitals improvements. |
| 6 | - * Version: 4.1.13 | |
| 6 | + * Version: 4.1.16 | |
| 7 | 7 | * Requires at least: 5.3 |
| 8 | 8 | * Requires PHP: 7.4 |
| 9 | 9 | * Author: BerqWP |
| 10 | 10 | * Author URI: https://berqwp.com/ |
| @@ -17,9 +17,9 @@ | ||
| 17 | 17 | |
| 18 | 18 | if (!defined('ABSPATH')) exit; |
| 19 | 19 | |
| 20 | 20 | if (!defined('BERQWP_VERSION')) { |
| 21 | - define('BERQWP_VERSION', '4.1.13'); | |
| 21 | + define('BERQWP_VERSION', '4.1.16'); | |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | if (!defined('optifer_PATH')) { |
| 25 | 25 | define('optifer_PATH', plugin_dir_path(__FILE__)); |
| @@ -157,4 +157,5 @@ | ||
| 157 | 157 | } |
| 158 | 158 | } |
| 159 | 159 | |
| 160 | 160 | bwp_lock_cache_directory(); |
| 161 | +bwp_serve_advanced_cache(); | |