Skip to content

Latest commit

 

History

History
121 lines (73 loc) · 5.8 KB

File metadata and controls

121 lines (73 loc) · 5.8 KB

Change Log

All notable changes to this project will be documented in this file.

This projects adheres to Semantic Versioning and Keep a CHANGELOG.

1.3.0-rc.1 - 2026-03-09

Added

  • Add support for Cloudflare API Tokens with Bearer authentication. (6a2b555)
  • Add response JSON to WP CLI error message. (37b2d2c)

Changed

  • Refactor: DRY auth headers, remove trim, restore Cloudflare's apostrophe. (45a57dc)
  • Use array unpacking instead of array_merge for headers. (03e6815)
  • Trim trailing whitespace in PHP docs. (d60bfe3)
  • Update copyright years to 2005-2026. (f9d2e77)
  • Update dependencies and regenerate lockfile. (c653c34)
  • Disable test environment in .wp-env.json. (877a140)

Fixed

  • Sanitize API token by trimming whitespace before use. (551bf44)
  • Improve exception messages to be more specific for debugging. (ae0b1e7)

Full set of changes: v1.2.0...v1.3.0-rc.1

1.2.0 - 2025-08-20

Added

  • Added post content related cache tags (using output buffering). (d095868)

Composer

Full set of changes: 1.1.2...1.2.0

1.1.2 - 2025-07-04

Fixed

  • Make sure keys are sequentially numbered for array JSON encoding. (bb55694)
  • Fixed "PHP Deprecated: Optional parameter $taxonomy declared before required parameter $deleted_term is implicitly treated as a required parameter". (658d549)

Changed

  • Updated visibility of get_current_cache_tags() function. (f618ed5)
  • Separate cache purge actions for tags and everything. (7615c76)

Full set of changes: 1.1.1...1.1.2

1.1.1 - 2025-07-03

Fixed

  • Fixed incomplete action arguments. (d30f71b)
  • Fixed "Uncaught TypeError: Pronamic\WordPressCloudflare\Plugin::purge_cache_by_user(): Argument #1 ($user) must be of type WP_User, int given". (4706bed)
  • Prevent sending cache purge request with empty plugin settings. (909434a)

Composer

Full set of changes: 1.1.0...1.1.1

1.1.0 - 2025-05-30

Fixed

  • Fixed cache purge from/to status publish. (4350df3)

Changed

  • Use cache tags instead of URLs for cache purge. (#3)

Removed

  • Removed dependency on Cloudflare plugin. (5f153ab)
  • Removed cloudflare_purge_by_url filter. (58a6c97)

Composer

Full set of changes: 1.0.1...1.1.0

1.0.1 - 2024-11-21

  • Increased cache purge request timeout to 30 seconds.

1.0.0 - 2024-10-14

  • Initial release.