We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4b8a7 commit c786496Copy full SHA for c786496
1 file changed
litespeed-cache.php
@@ -3,7 +3,7 @@
3
* Plugin Name: LiteSpeed Cache
4
* Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
5
* Description: High-performance page caching and site optimization from LiteSpeed
6
- * Version: 7.9-a23
+ * Version: 7.9-a25
7
* Author: LiteSpeed Technologies
8
* Author URI: https://www.litespeedtech.com
9
* License: GPLv3
@@ -35,7 +35,7 @@
35
return;
36
}
37
38
-! defined( 'LSCWP_V' ) && define( 'LSCWP_V', '7.9-a23' );
+! defined( 'LSCWP_V' ) && define( 'LSCWP_V', '7.9-a25' );
39
40
! defined( 'LSCWP_CONTENT_DIR' ) && define( 'LSCWP_CONTENT_DIR', WP_CONTENT_DIR );
41
! defined( 'LSCWP_DIR' ) && define( 'LSCWP_DIR', __DIR__ . '/' ); // Full absolute path '/var/www/html/***/wp-content/plugins/litespeed-cache/' or MU
0 commit comments