Releases: wp-cli/cache-command
Releases · wp-cli/cache-command
Version 2.1.3
- Update failing tests after new transient in WP core [#97]
Version 2.1.2
- Regenerate README file [#94]
- Fix spelling for multisite in delete example [#93]
Version 2.1.1
- Update to WPCS v3 [#91]
- Add
phpcbf
Composer script [#90]
- Update warning text during multisite cache flushes [#88]
Version 2.1.0
- Allow
wordpress-core-installer
in composer.json
[#87]
- Give a warning when flushing cache on multisite with
--url=<url>
[#86]
- Add
wp cache flush-group
for flushing a cache group [#85]
- Add
wp cache supports <feature>
command [#84]
Version 2.0.11
- Warn when
wp transient list
is used with external object cache [#82]
- Replace empty namespace autoloader with classmap [#76]
Version 2.0.10
- Make transients deletion test more robust [#74]
Version 2.0.9
- Adapt branch alias to change from
master
to main
[#73]
Version 2.0.8
- Add php 8.1 support [#72]
Version 2.0.7
- Regenerate README file [#71]
Version 2.0.6
- Move wp-cli/wp-cli-tests to dev dependecies and update [#70]
- Update GHA functional tests workflow [#69]