Skip to content

Commit

Permalink
[v] v6.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Dec 13, 2024
1 parent 7ead212 commit a2bb20b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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: 6.5.3
* Version: 6.5.4
* 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', '6.5.3');
!defined('LSCWP_V') && define('LSCWP_V', '6.5.4');

!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
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: LiteSpeedTech
Tags: caching, optimize, performance, pagespeed, seo, image optimize, object cache, redis, memcached, database cleaner
Requires at least: 4.9
Tested up to: 6.7
Stable tag: 6.5.3
Stable tag: 6.5.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -254,6 +254,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro

== Changelog ==

= 6.5.4 - Dec 17 2024 =
* **Page Optimize** Fixed Google Fonts broken with the Async option. (HivePress #787)

= 6.5.3 - Dec 4 2024 =
* **Misc** Quote escaped in attributes when building HTML.

Expand Down
3 changes: 1 addition & 2 deletions tpl/toolbox/beta_test.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

// Existing public version list
$v_list = array(
'6.5.1',
'6.5.0.2',
'6.5.4',
'6.4.1',
'6.3.0.1',
'6.2.0.1',
Expand Down

0 comments on commit a2bb20b

Please sign in to comment.