We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5b462 commit 363ab70Copy full SHA for 363ab70
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-a13
+ * Version: 7.9-a14
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-a13' );
+! defined( 'LSCWP_V' ) && define( 'LSCWP_V', '7.9-a14' );
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