Releases: chesio/bc-cache
Releases · chesio/bc-cache
v.3.4.0
This release has been tested with PHP 8.4.
Added
- Plugin has been tested with PHP 8.4 #114.
- 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).
v.3.3.2
v.3.3.1
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.
v.3.3.0
PHP 8.1 and WordPress 6.2 are now required!
Added
- Cache is flushed automatically when Cookie Notice plugin settings change #99.
- Plugin has been tested with PHP 8.3 #100
- Plugin has been tested with WordPress 6.4 #101 and 6.5 #106.
Changed
v.3.2.0
v.3.1.0
It is recommended to clear BC Cache cache after update to this version, so warm up queue is rebuilt properly.
Changed
- WordPress 5.9 or newer is now required #88.
- Improved serialization of data stored in database #90.
- On WordPress 6.1 and newer, output buffering is started in
send_headers
action already #87.
Fixed
- Prevent deprecation notices on PHP 8.1 and newer #89.