Skip to content

Commit 1f3715c

Browse files
committed
[v] v5.0
1 parent a8d4a88 commit 1f3715c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

litespeed-cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: LiteSpeed Cache
44
* Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
55
* Description: High-performance page caching and site optimization from LiteSpeed
6-
* Version: 5.1-a1
6+
* Version: 5.0
77
* Author: LiteSpeed Technologies
88
* Author URI: https://www.litespeedtech.com
99
* License: GPLv3
@@ -33,7 +33,7 @@
3333
return;
3434
}
3535

36-
! defined( 'LSCWP_V' ) && define( 'LSCWP_V', '5.1-a1' );
36+
! defined( 'LSCWP_V' ) && define( 'LSCWP_V', '5.0' );
3737

3838
! defined( 'LSCWP_CONTENT_DIR' ) && define( 'LSCWP_CONTENT_DIR', WP_CONTENT_DIR ) ;
3939
! defined( 'LSCWP_DIR' ) && define( 'LSCWP_DIR', __DIR__ . '/' ) ;// Full absolute path '/var/www/html/***/wp-content/plugins/litespeed-cache/' or MU

readme.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,7 @@ The vast majority of plugins and themes are compatible with LiteSpeed Cache. The
250250

251251
== Changelog ==
252252

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 =
257254
* 🌱**VPI** Added Viewport Images feature to LiteSpeed Options metabox on Post Edit page.
258255
* 🌱**CDN** Added Auto CDN Setup feature for simple QUIC.cloud CDN setup. (Kevin)
259256
* 🌱**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
263260
* 🌱**UCSS** Added `Purge this page - UCSS` option to Admin Bar dropdown menu. (Ankit)
264261
* 🌱**Guest** Added `litespeed_guest_off=1` URL query string parameter to bypass Guest Mode. (cbdfactum)
265262
* 🐞**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)
266264
* **Object** Allow `LSCWP_OBJECT_CACHE` predefined to turn off Object Cache. (knutsp)
267265
* **Data** Fixed an issue where empty version tags in the database repeatedly toggled the upgrade banner and reset settings to default.
268266
* **Purge** Fixed an issue where the site's index page could be purged upon deletion of an unviewable post. (Kevin)

0 commit comments

Comments
 (0)