File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * Plugin Name: LiteSpeed Cache
44 * Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
55 * Description: High-performance page caching and site optimization from LiteSpeed
6- * Version: 7.4-b21
6+ * Version: 7.4-rc1
77 * Author: LiteSpeed Technologies
88 * Author URI: https://www.litespeedtech.com
99 * License: GPLv3
3535 return ;
3636}
3737
38- ! defined ( 'LSCWP_V ' ) && define ( 'LSCWP_V ' , '7.4-b21 ' );
38+ ! defined ( 'LSCWP_V ' ) && define ( 'LSCWP_V ' , '7.4-rc1 ' );
3939
4040! defined ( 'LSCWP_CONTENT_DIR ' ) && define ( 'LSCWP_CONTENT_DIR ' , WP_CONTENT_DIR );
4141! 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 @@ -1868,14 +1868,14 @@ public function is_from_cloud() {
18681868 * @since 4.2
18691869 */
18701870 private function _update_ips () {
1871- self ::debug ('Load remote Cloud IP list from ' . self :: $ _cloud_ips );
1871+ self ::debug ('Load remote Cloud IP list from ' . $ this -> _cloud_ips );
18721872 // Prevent multiple call in a short period
18731873 self ::save_summary (array (
18741874 'ips_ts ' => time (),
18751875 'ips_ts_runner ' => time (),
18761876 ));
18771877
1878- $ response = wp_safe_remote_get (self :: $ _cloud_ips . '?json ' );
1878+ $ response = wp_safe_remote_get ($ this -> _cloud_ips . '?json ' );
18791879 if (is_wp_error ($ response )) {
18801880 $ error_message = $ response ->get_error_message ();
18811881 self ::debug ('failed to get ip whitelist: ' . $ error_message );
Original file line number Diff line number Diff line change 1414
1515// List of available public versions
1616$ v_list = array (
17+ '7.4 ' ,
1718 '7.3.0.1 ' ,
1819 '7.3 ' ,
1920 '7.2 ' ,
You can’t perform that action at this time.
0 commit comments