Skip to content

Commit b50157e

Browse files
author
Hai Zheng
committed
v7.4-b15: * 🐞**Object Cache** Fixed a bug that failed to detect the Redis connection status.
Reformatted Object cache class w/ WP standard.
1 parent c249039 commit b50157e

5 files changed

Lines changed: 1452 additions & 1192 deletions

File tree

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: 7.4-b14
6+
* Version: 7.4-b15
77
* Author: LiteSpeed Technologies
88
* Author URI: https://www.litespeedtech.com
99
* License: GPLv3
@@ -35,7 +35,7 @@
3535
return;
3636
}
3737

38-
! defined( 'LSCWP_V' ) && define( 'LSCWP_V', '7.4-b14' );
38+
! defined( 'LSCWP_V' ) && define( 'LSCWP_V', '7.4-b15' );
3939

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

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
259259

260260
= 7.4 - Aug 26 2025 =
261261
* 🌱**Toolbox** Disable All for 24 Hours. (PR#886)
262+
* 🐞**Object Cache** Fixed a bug that failed to detect the Redis connection status.
262263
* **Cache** Better match iPhone browsers for mobile cache detection.
263264
* **Cache** Dropped `advanced-cache.php` since WP version v5.3+ required.
264265
* **Cache** Used WordPress `Cache-Control` value when the page is not cacheable. (asafm7)

0 commit comments

Comments
 (0)