File tree 3 files changed +7
-3
lines changed
3 files changed +7
-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.1-b7
7
+ * Version: 7.1-b8
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.1-b7 ' );
37
+ !defined ('LSCWP_V ' ) && define ('LSCWP_V ' , '7.1-b8 ' );
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 @@ -69,7 +69,7 @@ public function init()
69
69
$ this ->cfg_css_async = defined ('LITESPEED_GUEST_OPTM ' ) || $ this ->conf (self ::O_OPTM_CSS_ASYNC );
70
70
if ($ this ->cfg_css_async ) {
71
71
if (!$ this ->cls ('Cloud ' )->activated ()) {
72
- Debug2::debug ('[Optm] ❌ CCSS set to OFF due to missing domain key ' );
72
+ Debug2::debug ('[Optm] ❌ CCSS set to OFF due to QC not activated ' );
73
73
$ this ->cfg_css_async = false ;
74
74
}
75
75
if ((defined ('LITESPEED_GUEST_OPTM ' ) || ($ this ->conf (self ::O_OPTM_UCSS ) && $ this ->conf (self ::O_OPTM_CSS_COMB ))) && $ this ->conf (self ::O_OPTM_UCSS_INLINE )) {
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ private function _update_vary_name()
54
54
}
55
55
}
56
56
57
+ if (defined ('LITESPEED_CLI ' ) || defined ('DOING_CRON ' )) {
58
+ $ something_wrong = false ;
59
+ }
60
+
57
61
if ($ something_wrong ) {
58
62
// Display cookie error msg to admin
59
63
if (is_multisite () ? is_network_admin () : is_admin ()) {
You can’t perform that action at this time.
0 commit comments