Releases: cloudflare/Cloudflare-WordPress
Releases · cloudflare/Cloudflare-WordPress
v4.10.1
- Fix logic for ignoring feed URLs in cache purge operations
v4.10.0
- Ignore feed URLs in cache purge operations unless a cache override is in place.
v4.9.1
- Handle empty URL arrays for purging.
- Swap
publicly_queryable
foris_post_type_viewable
when determining if the post is public. - Update
always_use_https
check to work with the API lacking a "value" for the key. purgeCacheByRelevantURLs
now accepts either an array or single ID.
v4.8.3
Improvements
- When a zone has "Always Use HTTPS" enabled, only send HTTPS based URLs. HTTP URLs will never be hit and never present in the cache.
v4.8.2
- Noop, just retagging correctly to update the user agent version
v4.8.1
Fixes
- Loosen domain check for cache purge calls to allow subdomains
v4.8.0
What's Changed
Full Changelog: v4.7.0...v4.8.0
v4.7.0
Improvements
- Merges in the
cloudflare-plugin-backend
repository to simplify management. No functional changes.
v4.6.0
v4.5.1 (2021-06-03)
- Rewrite PHP 8 bootstrap files for symfony/polyfill to be PHP 7 compatible