Skip to content

Releases: Dexerto/wp-graphql-cloudflare-cache

Release list

v1.1.0

Choose a tag to compare

@humet humet released this 13 Apr 15:44

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

v1.0.0

Choose a tag to compare

@humet humet released this 17 Nov 11:51
first commit