From a2bb20b0f12dd56fa7b46f6ea52f93ad4b410332 Mon Sep 17 00:00:00 2001 From: Hai Zheng Date: Fri, 13 Dec 2024 14:21:49 -0500 Subject: [PATCH] [v] v6.5.4 --- litespeed-cache.php | 4 ++-- readme.txt | 5 ++++- tpl/toolbox/beta_test.tpl.php | 3 +-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/litespeed-cache.php b/litespeed-cache.php index da2233957..d310bf3f7 100644 --- a/litespeed-cache.php +++ b/litespeed-cache.php @@ -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 @@ -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 diff --git a/readme.txt b/readme.txt index 5cef7b07a..5c90f4ee1 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. diff --git a/tpl/toolbox/beta_test.tpl.php b/tpl/toolbox/beta_test.tpl.php index 637ff7f7c..f07506380 100644 --- a/tpl/toolbox/beta_test.tpl.php +++ b/tpl/toolbox/beta_test.tpl.php @@ -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',