Skip to content

Releases: wp-cli/extension-command

Version 2.0.1

23 Aug 17:36
49273af

Choose a tag to compare

  • Throw error in theme fetcher on non-lowercase slugs [#126]
  • Raise timeout for HTTP requests to 1 minute [#125]
  • Automatically rerun failed scenarios [#119]

Version 2.0.0

05 Aug 16:00
4fed9ee

Choose a tag to compare

  • Adapt package for framework v2 [#116]

Version 1.2.2

31 Jul 17:50
18f1036

Choose a tag to compare

  • Add --all flag to plugin delete [#103]
  • Search: Add plugin or theme's URL on wordpress.org [#108]
  • Fix mustache file paths [#112]

Version 1.2.1

20 Jul 13:20
5609057

Choose a tag to compare

  • Fix mustache files paths [#109]

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