PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / trunk
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript vtrunk
4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 All 170 releases
← All changes | berqwp.php +3 -2 4.1.13trunk View file →
@@ -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();