File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
* Plugin Name: LiteSpeed Cache
5
5
* Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
6
6
* Description: High-performance page caching and site optimization from LiteSpeed
7
- * Version: 7.0
7
+ * Version: 7.1-a2
8
8
* Author: LiteSpeed Technologies
9
9
* Author URI: https://www.litespeedtech.com
10
10
* License: GPLv3
34
34
return ;
35
35
}
36
36
37
- !defined ('LSCWP_V ' ) && define ('LSCWP_V ' , '7.0 ' );
37
+ !defined ('LSCWP_V ' ) && define ('LSCWP_V ' , '7.1-a2 ' );
38
38
39
39
!defined ('LSCWP_CONTENT_DIR ' ) && define ('LSCWP_CONTENT_DIR ' , WP_CONTENT_DIR );
40
40
!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 @@ -255,9 +255,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
255
255
256
256
== Changelog ==
257
257
258
- = Unreleased =
258
+ = 7.1 - Unreleased =
259
259
* 🌱**Page Optimize** Added allowlist support for CCSS.
260
260
* **Cloud** CCSS results are now posted via API notification.
261
+ * **Crawler** Dropped non-WebP/AVIF crawler if user turned on Next Gen Image.
261
262
262
263
= 7.0 - Mar 25 2025 =
263
264
* 🌱**Image Optimization** Added AVIF format.
You can’t perform that action at this time.
0 commit comments