From 88a796f3a0134e75455721a508ce13ad9440a6a6 Mon Sep 17 00:00:00 2001 From: Hai Zheng Date: Tue, 14 Nov 2023 14:27:17 -0500 Subject: [PATCH] v6.0-rc1 --- litespeed-cache.php | 4 ++-- readme.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/litespeed-cache.php b/litespeed-cache.php index 07ea0146c..9fb5e6e72 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.0-b2 + * Version: 6.0-rc1 * Author: LiteSpeed Technologies * Author URI: https://www.litespeedtech.com * License: GPLv3 @@ -34,7 +34,7 @@ return; } -!defined('LSCWP_V') && define('LSCWP_V', '6.0-b2'); +!defined('LSCWP_V') && define('LSCWP_V', '6.0-rc1'); !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 1015c7874..4ebb04ec9 100644 --- a/readme.txt +++ b/readme.txt @@ -257,8 +257,8 @@ The vast majority of plugins and themes are compatible with LiteSpeed Cache. The * 🌱**Media** New Preload Featured Image option. (Ankit) * **Core** Codebase safety review. (Special thanks to Rafie Muhammad @ Patchstack) * **Purge** Purge will not show QC message if no queue is cleared. -* **Purge** Fixed an possible warning when post type is not as expected. (victorzink) -* **Conf** Server IP field can now be emptiable. (#111647) +* **Purge** Fixed a potential warning when post type is not as expected. (victorzink) +* **Conf** Server IP field may now be emptied. (#111647) * **Conf** CloudFlare CDN setting vulnerability patch. (Gulshan Kumar #541805) * **Crawler** Suppressed sitemap generation msg when running by cron. * **Crawler** PHP v8.2 Dynamic property creation warning fix. (oldrup #586) @@ -269,7 +269,7 @@ The vast majority of plugins and themes are compatible with LiteSpeed Cache. The * **Network** Correct `Disable All Features` link for Multisite. * 🐞**Image Optimize** Removing original image will also remove optimized images. * **Image Optimize** Increased time limit for pull process. -* **Image Optimize** Last pull time and cron tag now can show in optimization summary. +* **Image Optimize** Last pull time and cron tag now included in optimization summary. * **Image Optimize** Fixed Elementors Slideshow unusal background images. (Ryan D) * **3rd** WPML product category purge for WooCommerce. (Tynan #577)