Skip to content

Commit

Permalink
v6.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Jan 17, 2024
1 parent 65c2b00 commit cf9a46a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.1-b2
* Version: 6.1-rc1
* 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.1-b2');
!defined('LSCWP_V') && define('LSCWP_V', '6.1-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
Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,13 @@ The vast majority of plugins and themes are compatible with LiteSpeed Cache. The
== Changelog ==

= 6.1 - Feb 1 2024 =
* 🌱**Database** Clear Orphaned Post Meta.
* 🌱**Database** New Clear Orphaned Post Meta optimizer function.
* **Image Optimize** Fixed possible PHP warning for WP requests library response.
* **Image Optimize** Unlocked `noabort` to all async tasks to avoid image optimization timeout. (Peter Wells)
* **Image Optimize** Fixed an issue where images won't be pulled with older versions of WordPress. (PR#608)
* **Image Optimize** Improved exception handling when node server cert expired.
* 🐞**Image Optimize** The failed to pull images due to 404 expiry will now be able to send request again.
* **Crawler** CLI will now be able to force crawling even browser operation was fired shortly.
* **Image Optimize** Fixed an issue where images weren't being pulled with older versions of WordPress. (PR#608)
* **Image Optimize** Improved exception handling when node server cert expire.
* 🐞**Image Optimize** The failed to pull images due to 404 expiry will now be able to send the request again.
* **Crawler** CLI will now be able to force crawling even if a crawl was recently initiated within the plugin GUI.
* **Page Optimize** Fixed a dynamic property creation warning in PHP8. (PR#606)
* **Page Optimize** Fixed an issue where getimagesize could cause page optimization to fail. (PR#607)
* **Tag** Fixed an array to string conversion warning. (PR#604)
Expand Down

0 comments on commit cf9a46a

Please sign in to comment.