Skip to content

Releases: wp-cli/extension-command

Version 1.1.3

30 Sep 00:01
Compare
Choose a tag to compare
  • 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

05 Aug 22:37
Compare
Choose a tag to compare
  • 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

09 Jun 21:19
Compare
Choose a tag to compare
  • Fixes case typo on Theme_Mod_Command class name.

Version 1.1.0

30 May 21:41
Compare
Choose a tag to compare
  • 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

11 May 20:39
Compare
Choose a tag to compare
  • Ensures theme/plugin update honors the --quiet flag.

Version 1.0.1

18 Apr 21:04
Compare
Choose a tag to compare
  • 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.

Version 1.0.0

05 Apr 14:05
Compare
Choose a tag to compare
  • Initial release.