Skip to content

Releases: cloudflare/Cloudflare-WordPress

v4.10.1

05 Jun 21:42
70d47e7
Compare
Choose a tag to compare
  • Fix logic for ignoring feed URLs in cache purge operations

v4.10.0

03 Jun 03:00
2ec1f11
Compare
Choose a tag to compare
  • Ignore feed URLs in cache purge operations unless a cache override is in place.

v4.9.1

04 May 00:56
746b2ee
Compare
Choose a tag to compare
  • Handle empty URL arrays for purging.
  • Swap publicly_queryable for is_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

21 Mar 22:02
a2a56c4
Compare
Choose a tag to compare

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

18 Mar 08:40
c62f884
Compare
Choose a tag to compare
  • Noop, just retagging correctly to update the user agent version

v4.8.1

17 Mar 23:10
2e12aaf
Compare
Choose a tag to compare

Fixes

  • Loosen domain check for cache purge calls to allow subdomains

v4.8.0

15 Mar 00:54
5e41b25
Compare
Choose a tag to compare

What's Changed

  • Remove Guzzle in favour of WordPress core functions (#446)
  • More efficient cache purge (#454)

Full Changelog: v4.7.0...v4.8.0

v4.7.0

27 Oct 22:43
55017a3
Compare
Choose a tag to compare

Improvements

  • Merges in the cloudflare-plugin-backend repository to simplify management. No functional changes.

v4.6.0

12 Oct 01:41
a1a4b8b
Compare
Choose a tag to compare

Improvements

  • Purge cache on mobile if APO Cache By Device Type (#437)
  • Use native async/wait for frontend loading

v4.5.1 (2021-06-03)

03 Jun 01:10
bb305b1
Compare
Choose a tag to compare
  • Rewrite PHP 8 bootstrap files for symfony/polyfill to be PHP 7 compatible