Skip to content

v1.1.0

Latest

Choose a tag to compare

@humet humet released this 13 Apr 15:44
· 4 commits to main since this release

Features

  • Show admin notice when Cloudflare cache purge fails
  • Batch and defer purge requests to shutdown hook for better performance

Fixes

  • Correct singleton logic error (&& to ||)
  • Use admin_url() instead of hardcoded /wp-admin/ path
  • Use esc_html_e() for translatable admin notice strings
  • Validate Cloudflare API response status and success field
  • Use wp_json_encode instead of json_encode
  • Move do_action inside singleton guard so it only fires once
  • Correct plugin name in missing dependencies notice
  • Use password field type for API token setting

Other

  • Add wp-env local development environment and README
  • Update "Tested up to" to WordPress 6.7