Skip to content

v.2.2.0

Choose a tag to compare

@chesio chesio released this 31 Jan 15:26
· 237 commits to master since this release

This release has been tested with WordPress 5.9.

Important: it is recommended to clear the cache when updating to this version as some internal data structures have changed.

Added

  • WP-CLI command bc-cache warm-up to run cache warm up from command line #71.
  • Cache warm up now works on any website with XML sitemap(s) #73.
  • Cache Viewer now displays warm up progress as well #74.
  • Warm up can be immediately started from Cache Viewer #66.

Changed

  • The bc-cache/filter:cache-warm-up-enable filter has been removed - use BC_CACHE_WARM_UP_ENABLED constant to disable cache warm up #75.
  • The bc-cache/filter:disable-cache-locking filter has been removed - use BC_CACHE_FILE_LOCKING_ENABLED constant to disable file locking instead #75.