Skip to content

Commit b1a0560

Browse files
author
Hai Zheng
committed
-
1 parent 633c261 commit b1a0560

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

readme.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,17 +272,16 @@ Please don't report a suspected vulnerability in this support forum. Reporting d
272272
* **Image Optimize** The image optimization callback is now verified by a QUIC.cloud signature instead of the source IP address, and every notified download location is validated before use.
273273
* **Image Optimize** Successful callback retries now ignore rows already returned to the raw queue without blocking other live rows in the same batch.
274274
* **Image Optimize** An image whose queued file can no longer be verified against its attachment is now dropped instead of being sent back for optimization, so it can no longer request optimization again on every cron run.
275-
* **Cache** Do Not Cache, Private Cached, Force Cache, Optimization and Lazy Load URI rules now compare the same query string against both spellings of a REST route, so a rule naming a query argument, or anchored to an exact address, applies to plain-permalink sites the same way it does elsewhere.
276275
* **Image Optimize** Bounded and expired pending image-completion notifications without keeping the image pull cron running indefinitely.
277276
* **Image Optimize** Optimized image downloads now use the WordPress safe HTTP API, refuse redirects, and validate each response before publication.
277+
* **Image Optimize** Image pull notices now distinguish download, remote-service, and local-save failures.
278+
* **Cache** Do Not Cache, Private Cached, Force Cache, Optimization and Lazy Load URI rules now compare the same query string against both spellings of a REST route, so a rule naming a query argument, or anchored to an exact address, applies to plain-permalink sites the same way it does elsewhere.
278279
* **Optimization** Remote images, avatars, localized JavaScript, CSS/JS cache files, and Guest Mode lists now share bounded streamed downloads and atomic file publication.
279280
* **VPI** Fixed queue-key collisions on plain-permalink sites and enforced the configured queue limit.
280281
* **Cloud** Every QUIC.cloud callback — CDN status, error domains, IP validation and ping — is now verified by a QUIC.cloud signature rather than by the source IP address, and the source IP allow list has been removed. Activation, echo, account-link and CDN-enable signatures are now bound to their purpose and site.
281282
* **Cloud** Added stable callback error codes so QUIC.cloud can distinguish retryable timestamp, storage and replay-cache-capacity failures from terminal authorization failures.
282-
* **Image Optimize** Image pull notices now distinguish download, remote-service, and local-save failures.
283283
* **REST** Removed the legacy `check_img` diagnostic endpoint.
284284
* **API** Removed the `litespeed_is_from_cloud` filter. Each callback is now authorized by its own signature instead of by a request-wide flag.
285-
* **Cache** Do Not Cache URI, Private Cached URI and Force Cache URI rules written for a REST route such as `/wp-json/wp/v2` now also apply to the equivalent `?rest_route=/wp/v2` address that WordPress serves the same route at. Previously only the address spelled in the rule was matched, so on sites using plain permalinks the shipped REST exclusions had no effect. The same correction applies to Optimization and Lazy Load URI exclusions.
286285
* **Avatar** Prevented failed on-demand avatar downloads from redirecting visitors to the WordPress admin area.
287286

288287
= 7.9 - Aug 5 2026 =

0 commit comments

Comments
 (0)