Skip to content

Commit

Permalink
[v] v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Aug 15, 2024
1 parent f759baa commit 83242f6
Show file tree
Hide file tree
Showing 3 changed files with 6 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.4
* Version: 6.4.1
* 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.4');
!defined('LSCWP_V') && define('LSCWP_V', '6.4.1');

!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: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== LiteSpeed Cache ===
Contributors: LiteSpeedTech
Tags: caching, optimize, performance, pagespeed, seo, image optimize, object cache, redis, memcached, database cleaner
Requires at least: 4.0
Requires at least: 4.9
Tested up to: 6.6.1
Stable tag: 6.4
Stable tag: 6.4.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -255,6 +255,7 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
== Changelog ==

= 6.4.1 - Aug 19 2024 =
* ❗**Security** This release patches a security issue that may affect previous LSCWP versions since v1.9.
* 🐞**Page Optimize** Fixed HTML minification returning blank page issue. (#706)
* 🐞**CDN** Fixed a bug when Cloudflare status option is empty. (#684 #992174)
* **Core** Minimum required WP version escalated to WP v4.9.
Expand Down
2 changes: 1 addition & 1 deletion tpl/toolbox/beta_test.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Existing public version list
$v_list = array(
'6.4',
'6.4.1',
'6.3.0.1',
'6.2.0.1',
'6.1',
Expand Down

0 comments on commit 83242f6

Please sign in to comment.