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