Change: Use SPINUPWP_REDIS_* variables instead of SPINUPWP_CACHE_*
Change: No longer enabling WP_REDIS_SELECTIVE_FLUSH by default as it can result in timeouts when flushing the cache. Flushing the object cache will now flush it for all sites on a server.
1.8.0 (2025-05-13)
New: Support for Redis ACL and separate Redis databases
Improvement: Register cache command when page cache disabled
Bug Fix: Purge URLs with and without trailing slash
Bug Fix: Replace for FILTER_SANITIZE_STRING which is now deprecated
Bug Fix: Fix “load_text_domain” notice
1.7.1 (2024-06-03)
Bug Fix: Magic Login not working when WordPress installed in a subdirectory.
1.7 (2024-06-02)
New: Support for Magic Login (Log into the WP Admin with one click from the SpinupWP dashboard)
1.6 (2024-01-31)
New: Add “Purge this URL” option to our Cache menu in the WordPress nav bar.
New: Cache key customization. /props quimcastella
Improvement: Increase default cache purge timeout limit from 1 to 5 seconds.