• 5.0.1 9aef0b4533

    v5.0.1 Stable

    javier 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 from wpvulnerability_update_database_data() and wpvulnerability_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 targeted wpvulnerability_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 inside wpvulnerability_update_database_data() and once more immediately after in wpvulnerability_reset_plugin_data(). Both calls have been removed.
    Downloads