File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 12
12
* Text Domain: litespeed-cache
13
13
* Domain Path: /lang
14
14
*
15
- * Copyright (C) 2015-2024 LiteSpeed Technologies, Inc.
15
+ * Copyright (C) 2015-2025 LiteSpeed Technologies, Inc.
16
16
*
17
17
* This program is free software: you can redistribute it and/or modify
18
18
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change @@ -261,6 +261,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
261
261
* **Crawler** Dropped non-WebP/AVIF crawler if Next Gen Images are being used.
262
262
* **Debug** Added a Click to copy logs button under Debug tab.
263
263
264
+ = 7.0.1 - Apr 8 2025 =
265
+ * **Page Optimize** Migrate legacy data to append trailing slash for better compatibility with v7.0-optimized UCSS/CCSS data.
266
+
264
267
= 7.0.0.1 - Mar 27 2025 =
265
268
* **GUI** Resolved a banner message display error in certain old version cases.
266
269
* **GUI** Fixed a continual error banner when site doesn't use QC.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Data extends Root
25
25
'4.4.4-b1 ' => array ('litespeed_update_4_4_4 ' ),
26
26
'5.3-a5 ' => array ('litespeed_update_5_3 ' ),
27
27
'7.0-b26 ' => array ('litespeed_update_7 ' ),
28
- '7.1-b1 ' => array ('litespeed_update_7_1 ' ),
28
+ '7.0. 1-b1 ' => array ('litespeed_update_7_0_1 ' ),
29
29
);
30
30
31
31
private $ _db_site_updater = array (
Original file line number Diff line number Diff line change 17
17
18
18
/**
19
19
* Migrate v7.0- url_files URL from no trailing slash to trailing slash
20
- * @since 7.1
20
+ * @since 7.0. 1
21
21
*/
22
- function litespeed_update_7_1 ()
22
+ function litespeed_update_7_0_1 ()
23
23
{
24
24
global $ wpdb ;
25
- Debug2::debug ('[Data] v7.1 upgrade started ' );
25
+ Debug2::debug ('[Data] v7.0. 1 upgrade started ' );
26
26
27
27
$ tb_url = $ wpdb ->prefix . 'litespeed_url ' ;
28
28
$ tb_exists = $ wpdb ->get_var ("SHOW TABLES LIKE ' " . $ tb_url . "' " );
Original file line number Diff line number Diff line change 6
6
7
7
// Existing public version list
8
8
$ v_list = array (
9
+ '7.0.1 ' ,
9
10
'7.0.0.1 ' ,
10
11
'6.5.4 ' ,
11
12
'6.4.1 ' ,
You can’t perform that action at this time.
0 commit comments