Skip to content

Commit 289417a

Browse files
author
Hai Zheng
committed
v6.4-a5: * **Core** Minimum required WP version escalated to WP v5.3.
1 parent ee77bcf commit 289417a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

litespeed-cache.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: LiteSpeed Cache
55
* Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
66
* Description: High-performance page caching and site optimization from LiteSpeed
7-
* Version: 6.4-a4
7+
* Version: 6.4-a5
88
* Author: LiteSpeed Technologies
99
* Author URI: https://www.litespeedtech.com
1010
* License: GPLv3
@@ -34,7 +34,7 @@
3434
return;
3535
}
3636

37-
!defined('LSCWP_V') && define('LSCWP_V', '6.4-a4');
37+
!defined('LSCWP_V') && define('LSCWP_V', '6.4-a5');
3838

3939
!defined('LSCWP_CONTENT_DIR') && define('LSCWP_CONTENT_DIR', WP_CONTENT_DIR);
4040
!defined('LSCWP_DIR') && define('LSCWP_DIR', __DIR__ . '/'); // Full absolute path '/var/www/html/***/wp-content/plugins/litespeed-cache/' or MU
@@ -180,7 +180,7 @@ function run_litespeed_cache()
180180
}
181181

182182
//Check minimum WP requirements, which is 4.0 at the moment.
183-
if (version_compare($GLOBALS['wp_version'], '4.0', '<')) {
183+
if (version_compare($GLOBALS['wp_version'], '5.3', '<')) {
184184
return;
185185
}
186186

readme.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== LiteSpeed Cache ===
22
Contributors: LiteSpeedTech
33
Tags: caching, optimize, performance, pagespeed, core web vitals, seo, speed, image optimize, compress, object cache, redis, memcached, database cleaner
4-
Requires at least: 4.0
4+
Requires at least: 5.3
55
Tested up to: 6.6.1
66
Stable tag: 6.3.0.1
77
License: GPLv3
@@ -255,6 +255,7 @@ The vast majority of plugins and themes are compatible with LiteSpeed Cache. The
255255
* **GUI** Regrouped CDN menu.
256256
* **3rd** Add Elementor Edit button back in ESI. (PR#635)
257257
* **Core** Minimum required PHP version escalated to PHP v7.2.0.
258+
* **Core** Minimum required WP version escalated to WP v5.3.
258259

259260
= 6.3.0.1 - Jul 29 2024 =
260261
* 🔥🐞**Rest** Disabled WP default Editor cache for REST requests to fix editor errors. (Shivam)

0 commit comments

Comments
 (0)