PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.1.16
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.1.16
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 +4 -2 4.0.284.1.16 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.0.28
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.0.28');
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__));
@@ -59,8 +59,9 @@
59 59 // require_once optifer_PATH . '/BerqWP/src/Vendor/SimpleHtmlDom/simple_html_dom.php';
60 60
61 61 require_once optifer_PATH . '/inc/crawler/berqDetectCrawler.php';
62 62 require_once optifer_PATH . '/inc/class-berqconfigs.php';
63 +require_once optifer_PATH . '/inc/class-berqdatabase.php';
63 64 // require_once optifer_PATH . '/vendor/autoload.php';
64 65 // require_once optifer_PATH . '/vendor/woocommerce/action-scheduler/action-scheduler.php';
65 66 require_once optifer_PATH . '/inc/class-berqlogs.php';
66 67 require_once optifer_PATH . '/inc/helper-functions.php';
@@ -156,4 +157,5 @@
156 157 }
157 158 }
158 159
159 160 bwp_lock_cache_directory();
161 +bwp_serve_advanced_cache();