Skip to content

v.2.1.0

Compare
Choose a tag to compare
@chesio chesio released this 11 Jan 13:02
· 252 commits to master since this release

Improve cache warm up feature and include some further improvements and tweaks.

Added

  • Plugin should be compatible with PHP 8.1 #67.
  • Plugin deactivates itself automatically if pretty permalink structure is not activated #69.
  • Cache warm up works on websites with XML sitemaps output by The SEO Framework plugin #58. Note: version 4.2.0 or newer of The SEO Framework is required for the integration to work.
  • Cache warm up works on websites with XML sitemaps output by Yoast SEO plugin #57. Note: version 17.0 or newer of Yoast SEO is required for the integration to work.
  • Cache warm up works on Polylang-powered multilanguage websites #59.
  • When a cache entry is deleted via WP-CLI or Cache Viewer, all variants of related URL are added to cache warm up queue automatically #60.
  • Introduce bc-cache/filter:cache-warm-up-initial-url-list filter.

Changed

  • Change name of following cache warm up related filter: bc-cache/filter:cache-warm-url-list is now bc-cache/filter:cache-warm-up-final-url-list.

Fixed

  • WP-CLI delete and remove commands do actually work now #61.

Removed

  • Plugin no longer officially supports PHP 7.2, PHP 7.3 or newer is required.