Releases: wp-cli/extension-command
Releases · wp-cli/extension-command
Version 2.0.10
- Deny --dry-run usage when specifying a specific version [#236]
- Bump PHPCS compatibility tests to new PHP 5.6+ minimum [#235]
- [#194] Allow for filtering my a multiple field values for the "list" subcommand. WIP. [#234]
- Validate the status filter passed to
wp plugin list
andwp theme list
[#229] - Update composer/semver requirement from ^1.4 to ^2.0 [#228]
Version 2.0.9
- Bump Travis CI OS from
trusty
toxenial
[#227] - Enforce PHP 7.4 compatibility in Travis CI [#226]
- Missing
--network
parameter forplugin is-active
[#222] - Add Alain Schlesser to composer.json author list [#220]
- Fix Travis CI
sudo
warning [#219] - Don't show a warning when
theme delete --all
skips the active theme [#218]
Version 2.0.8
Version 2.0.7
Version 2.0.6
Version 2.0.5
- Update README.md file [#173]
Version 2.0.4
- Implement CS checking based on the
WP_CLI_CS
ruleset [#170] - Enhancement: Add PHP 7.3 to Travis CI build matrix [#169]
- Add the
--page
parameter to thetheme search
command [#167] - Move PHP 5.4 tests from
WP_VERSION
latest
to5.1
[#164] - Allow deleting the currently active theme [#158]
- Display warning in plugin list info if plugin version is higher than expected [#157]
- Fix success message example on plugin uninstall [#148]
- Handle extension activation for WP error or extension not found [#146]