Skip to content

Commit

Permalink
v7.0-b39: Fixed QC activation status change when syncing status.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Jan 23, 2025
1 parent d31cc5b commit 37ad1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litespeed-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: LiteSpeed Cache
* Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
* Description: High-performance page caching and site optimization from LiteSpeed
* Version: 7.0-b38
* Version: 7.0-b39
* Author: LiteSpeed Technologies
* Author URI: https://www.litespeedtech.com
* License: GPLv3
Expand Down Expand Up @@ -34,7 +34,7 @@
return;
}

!defined('LSCWP_V') && define('LSCWP_V', '7.0-b38');
!defined('LSCWP_V') && define('LSCWP_V', '7.0-b39');

!defined('LSCWP_CONTENT_DIR') && define('LSCWP_CONTENT_DIR', WP_CONTENT_DIR);
!defined('LSCWP_DIR') && define('LSCWP_DIR', __DIR__ . '/'); // Full absolute path '/var/www/html/***/wp-content/plugins/litespeed-cache/' or MU
Expand Down
1 change: 1 addition & 0 deletions src/cloud.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ private function _load_qc_status_for_dash($type, $force = false)
}

$this->_summary['qc_activated'] = $data['qc_activated'];
$this->save_summary();
}

// Show the info
Expand Down

0 comments on commit 37ad1d9

Please sign in to comment.