Skip to content

Releases: wp-cli/extension-command

Version 1.2.2

31 Jul 17:50
18f1036
Compare
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
Compare
Choose a tag to compare
  • Fix mustache files paths [#109]

Version 1.2.0

20 Jul 07:12
fe25c2a
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Documentation, test suite, and repository improvements [#69, #70, #71, #72].

Version 1.1.7

21 Nov 13:34
e0ebb16
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Uses a custom drop-in plugin for testing [#58].

Version 1.1.4

12 Oct 23:30
Compare
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].