-
v5.0.1 Stable
released this
2026-06-02 13:44:09 +00:00 | 0 commits to main since this release[5.0.1] - 2026-06-02
Fixed
wp_cache_flush()removed fromwpvulnerability_update_database_data()andwpvulnerability_reset_plugin_data(). The function was wiping the entire Object Cache (Redis, Memcached, APCu) on every plugin or theme update, causing CPU spikes and database overload on high-traffic sites. The targetedwpvulnerability_delete_transients()call that already runs before it invalidates all plugin-owned cache entries; a global flush was never necessary.wp_cache_flush()was called twice on plugin reset: once insidewpvulnerability_update_database_data()and once more immediately after inwpvulnerability_reset_plugin_data(). Both calls have been removed.
Downloads