You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin has been tested with WordPress 6.6 #111 and 6.7 #113.
There is a new admin bar menu item that is linked to cache viewer and has a submenu that displays warm-up status, cache stats and features clear caches button #115.
Changed
Button to flush the cache has been removed from user-related toolbar menu (right side of admin bar) #112 and is now available in newly added site-related toolbar menu (left side of admin bar).
This release fixes a bug in handling of cache entries when there are multiple request variants configured.
Fixed
When deleting cache item (URL + request variant), corresponding .htaccess file and cache entry directory is only deleted if there are no other cache items (ie. other request variants for given URL) saved in the cache entry directory #109.
This release has been tested with upcoming WordPress 6.1 and PHP 8.2.
Added
Add support for caching of HTTP headers #28. This is a major change and requires an update of .htaccess rules! See the changes to .htaccess example configuration.