Skip to content

Commit

Permalink
v6.1-b1: * **Image Optimize** Improved exception handling when node s…
Browse files Browse the repository at this point in the history
…erver cert expired. * 🐞**Image Optimize** The failed to pull images due to 404 expiry will now be able to send request again.
  • Loading branch information
Hai Zheng committed Jan 10, 2024
1 parent cdb75b0 commit a9d767c
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 192 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-a5
* Version: 6.1-b1
* 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-a5');
!defined('LSCWP_V') && define('LSCWP_V', '6.1-b1');

!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
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ The vast majority of plugins and themes are compatible with LiteSpeed Cache. The
* 🌱**Database** Clear Orphaned Post Meta.
* **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.
* **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)
Expand Down
Loading

0 comments on commit a9d767c

Please sign in to comment.