v.2.1.0
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 nowbc-cache/filter:cache-warm-up-final-url-list
.
Fixed
- WP-CLI
delete
andremove
commands do actually work now #61.
Removed
- Plugin no longer officially supports PHP 7.2, PHP 7.3 or newer is required.