Releases: wp-cli/extension-command
Releases · wp-cli/extension-command
Version 1.1.3
plugin list
:
- Wraps all uses of
get_plugins()
with the all_plugins
filter [#31].
plugin install
:
- Skips rename ZIPs coming from a GitHub archive release/tag [#45].
- Improves top-level command descriptions [#38, #39].
- Updates package tests to latest [#44, #51].
Version 1.1.2
- Uses structured argument definition for
--format=<format>
[#22].
- Updates package with latest scaffolded components [#27].
- Uses
dist: precise
for PHP 5.3, dist: trusty
for everything else [#28].
Version 1.1.1
- Fixes case typo on
Theme_Mod_Command
class name.
Version 1.1.0
- Introduces
--minor
and --patch
flags to wp plugin update
for limiting updates based on semantic versioning [#13].
- Adds
--exclude=<name>
argument to exclude plugins or themes from updating [#16].
- Clarifies this command as a bundled command.
Version 1.0.2
- Ensures theme/plugin update honors the
--quiet
flag.
Version 1.0.1
- Uses correct total set count when updating themes or plugins.
- Corrects command examples referencing Hello Dolly.
- Properly handles WP_Error object returned by
wp_remote_head()
.
- Explicitly marks implied public methods as public.