Releases: wp-cli/cache-command
Releases · wp-cli/cache-command
Version 2.0.6
- Move wp-cli/wp-cli-tests to dev dependecies and update [#70]
- Update GHA functional tests workflow [#69]
Version 2.0.5
- Switch from Travis CI to GitHub Actions [#66]
Version 2.0.4
- Bump PHPCS compatibility tests to new PHP 5.6+ minimum [#65]
- Bump Travis CI OS from
trusty
to xenial
[#64]
- Enforce PHP 7.4 compatibility in Travis CI [#63]
- Fix Travis CI
sudo
warning [#62]
Version 2.0.3
- Add preliminary PHP 7.4 testing [#59]
Version 2.0.2
- Update to latest tests package [#58]
- Use prefix
wpcli_
instead of wp_cli_
[#57]
- Enhancement: Add PHP 7.3 to Travis CI build matrix [#56]
- Implement CS checking based on the
WP_CLI_CS
ruleset [#54]
- Prefix variables in global namespace [#53]
- Move PHP 5.4 tests from
WP_VERSION
latest
to 5.1
[#52]
Version 2.0.1
- Rename
transient list
method to be consistent with other list commands [#49]
- Introduce a list command to list all transients [#48]
- Make output of
transient type
generic to include multisite behaviour [#47]
- Replace usage of global with
wp_using_ext_object_cache()
[#45]
- Improve deleting site transients [#42]
- Add support for Probot
move
command [#40]
- Automatically rerun failed scenarios [#38]
- Ignore log files [#37]
Version 2.0.0
- Update scaffolded files [#28]
- Adapt package for framework v2 [#32]
Version 1.0.6
- Documentation, test suite, and repository improvements [#21, #23, #24].
Version 1.0.5
- Updates scaffolded tests to enable error reporting [#19].
- Updates scaffolded README and GitHub configuration [#20].
Version 1.0.4
- Fixes syntax in YAML document [#16].