File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3
3
* Plugin Name: LiteSpeed Cache
4
4
* Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
5
5
* Description: High-performance page caching and site optimization from LiteSpeed
6
- * Version: 5.1-a1
6
+ * Version: 5.0
7
7
* Author: LiteSpeed Technologies
8
8
* Author URI: https://www.litespeedtech.com
9
9
* License: GPLv3
33
33
return ;
34
34
}
35
35
36
- ! defined ( 'LSCWP_V ' ) && define ( 'LSCWP_V ' , '5.1-a1 ' );
36
+ ! defined ( 'LSCWP_V ' ) && define ( 'LSCWP_V ' , '5.0 ' );
37
37
38
38
! defined ( 'LSCWP_CONTENT_DIR ' ) && define ( 'LSCWP_CONTENT_DIR ' , WP_CONTENT_DIR ) ;
39
39
! defined ( 'LSCWP_DIR ' ) && define ( 'LSCWP_DIR ' , __DIR__ . '/ ' ) ;// Full absolute path '/var/www/html/***/wp-content/plugins/litespeed-cache/' or MU
Original file line number Diff line number Diff line change @@ -250,10 +250,7 @@ The vast majority of plugins and themes are compatible with LiteSpeed Cache. The
250
250
251
251
== Changelog ==
252
252
253
- = 5.1 - Auguest 2022 =
254
- * **Page Optimize** Bypassed generating CCSS/UCSS if the self crawled CSS failed to avoid 404 HTML wrongly taken as CSS content. (Abe)
255
-
256
- = 5.0 - Jul 14 2022 =
253
+ = 5.0 - Jul 18 2022 =
257
254
* 🌱**VPI** Added Viewport Images feature to LiteSpeed Options metabox on Post Edit page.
258
255
* 🌱**CDN** Added Auto CDN Setup feature for simple QUIC.cloud CDN setup. (Kevin)
259
256
* 🌱**Page Optimize** Automatically cache remote CSS/JS files when fetching for optimization (Lauren)
@@ -263,6 +260,7 @@ The vast majority of plugins and themes are compatible with LiteSpeed Cache. The
263
260
* 🌱**UCSS** Added `Purge this page - UCSS` option to Admin Bar dropdown menu. (Ankit)
264
261
* 🌱**Guest** Added `litespeed_guest_off=1` URL query string parameter to bypass Guest Mode. (cbdfactum)
265
262
* 🐞**Page Optimize** Fixed an issue where CSS anchors could be wrongly converted to a full path when minifying. (Tynan)
263
+ * **Page Optimize** Bypass CCSS/UCSS generation when a self-crawled CSS resource returns a 404 code. (Abe)
266
264
* **Object** Allow `LSCWP_OBJECT_CACHE` predefined to turn off Object Cache. (knutsp)
267
265
* **Data** Fixed an issue where empty version tags in the database repeatedly toggled the upgrade banner and reset settings to default.
268
266
* **Purge** Fixed an issue where the site's index page could be purged upon deletion of an unviewable post. (Kevin)
You can’t perform that action at this time.
0 commit comments