Skip to content

Releases: wp-cli/extension-command

Version 1.2.0

20 Jul 07:12
fe25c2a

Choose a tag to compare

  • Add --all flag for plugin uninstall command [#84]
  • Introduce wp theme mod list [#100]
  • Replace retired themes used in tests with new ones [#105]

Version 1.1.10

02 Mar 15:08
3fd9ff4

Choose a tag to compare

  • plugin uninstall:
    • Add --all flag [#84].
  • Refresh README, test suite [#89]
  • Adjust tests for external package change and trunk switching to info/1.2 api [#85]

Version 1.1.9

30 Jan 11:21
dfacef0

Choose a tag to compare

  • theme enable & theme disable:
    • Don't check STDERR now that option get returns error string [#76]
  • plugin search:
    • Add missing fields to plugin search subcommand docblock [#77]
  • plugin install:
    • For Github archive URLs use the Github project name as the plugin directory [#80]
  • plugin update|activate|deactivate & theme update:
    • Check presence of optional $args in conjunction with --all option [#83]

Version 1.1.8

18 Dec 19:48
7ab2a95

Choose a tag to compare

  • Documentation, test suite, and repository improvements [#69, #70, #71, #72].

Version 1.1.7

21 Nov 13:34
e0ebb16

Choose a tag to compare

  • Updates scaffolded tests to enable error reporting [#65].
  • Updates scaffolded README and GitHub configuration [#66].

Version 1.1.6

10 Nov 22:53
64b536e

Choose a tag to compare

  • plugin status:
    • Colorizes and adds a legend to listed drop-ins to fix PHP errors [#62].

Version 1.1.5

13 Oct 12:59

Choose a tag to compare

  • Uses a custom drop-in plugin for testing [#58].

Version 1.1.4

12 Oct 23:30

Choose a tag to compare

  • plugin list:
    • Includes dropins like object-cache.php when listing installed plugins [#55].
  • plugin search:
    • Only displays pagination message when --format=table [#56].

Version 1.1.3

30 Sep 00:01

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

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].