Skip to content

Commit c6573c9

Browse files
author
Hai Zheng
committed
v7.1-a2
1 parent 95e56cd commit c6573c9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

litespeed-cache.php

+2-2
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: 7.0
7+
* Version: 7.1-a2
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', '7.0');
37+
!defined('LSCWP_V') && define('LSCWP_V', '7.1-a2');
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

readme.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
255255

256256
== Changelog ==
257257

258-
= Unreleased =
258+
= 7.1 - Unreleased =
259259
* 🌱**Page Optimize** Added allowlist support for CCSS.
260260
* **Cloud** CCSS results are now posted via API notification.
261+
* **Crawler** Dropped non-WebP/AVIF crawler if user turned on Next Gen Image.
261262

262263
= 7.0 - Mar 25 2025 =
263264
* 🌱**Image Optimization** Added AVIF format.

0 commit comments

Comments
 (0)