Releases: Dexerto/wp-graphql-cloudflare-cache
Releases · Dexerto/wp-graphql-cloudflare-cache
Release list
v1.1.0
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
successfield - Use
wp_json_encodeinstead ofjson_encode - Move
do_actioninside 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