Skip to content

Releases: wp-cli/extension-command

Version 2.3.0

09 Mar 20:13
a8725c3

Choose a tag to compare

  • Fix --skip-update-check in admin context [#508]
  • Add --slug option to plugin/theme install for custom directory naming [#506]
  • Regenerate README file [#504]
  • Fix plugin deactivation during force install with explicit --activate flag [#500]
  • Fix --all --network to network-activate single-site active plugins [#499]
  • Fix newly reported PHPStan issues [#498]
  • Add --force flag to plugin activate to re-run activation hooks [#496]
  • Add --auto-update-indicated flag to plugin update and theme update commands [#495]
  • Display extension names during bulk updates [#492]
  • Pass correct variable to requirements_not_met [#489]
  • Regenerate README file [#488]
  • Do not scaffold _s theme in test [#487]
  • Support installing plugins from single PHP file URLs [#486]
  • Regenerate README file [#485]
  • Support WordPress.org plugin/theme directory URLs in install commands [#483]
  • Add missing documentation for is-active subcommands [#482]
  • Add warning in wp plugin is-active for missing plugin files still in active_plugins [#480]
  • Mock more HTTP requests in wporg status test [#478]
  • Add type field to distinguish block themes from classic themes [#477]
  • Add check-update commands for plugins and themes [#475]
  • Include broken themes in wp theme list [#473]
  • Display unexpected plugin output during activation with --debug [#471]
  • Add plugin dependencies support with --with-dependencies flag and install-dependencies command [#469]
  • Mock HTTP requests in wporg status tests [#467]

Version 2.2.0

05 Sep 11:12
cf68e1f

Choose a tag to compare

  • Fix tests for Hello Dolly [#465]
  • Add missing space in plugin install doc [#459]
  • PHPStan level 9 [#453]
  • Handle case where paid plugin update is put into no_update array [#451]
  • Require PHP 7.2.24+ [#450]

Version 2.1.24

06 May 19:18
d21a2f5

Choose a tag to compare

  • Fix Gherkin lint issues [#449]
  • Don't use transient values when doing wp plugin|theme list [#446]
  • Fix fatal error issue in in_array function [#445]
  • Regenerate README file [#442]
  • Support requires and requires_php in plugin/theme list and update command [#440]
  • Regenerate README file [#439]
  • Update logic when deleting and uninstalling plugins [#438]
  • Check WordPress and PHP requirements before installing a theme or plugin [#436]
  • Require wp-cli/wp-cli v2.12 [#435]
  • Add --force-check flag to wp plugin list and wp theme list. [#426]
  • Cache certain GitHub URLs [#385]

Version 2.1.23

16 Oct 12:48
c307a11

Choose a tag to compare

  • Composer: prevent a lock file from being created [#434]
  • Use strpos instead of str_contains in get_wporg_data function [#432]

Version 2.1.22

21 Jun 10:14
7baa058

Choose a tag to compare

  • Replace edit-flow plugin by debug-bar in feature tests [#427]

Version 2.1.21

04 May 05:36
f9bc3fd

Choose a tag to compare

  • Regenerate README file [#425]
  • Add --recently-active option in plugin list command [#424]
  • Fix visibility in command class methods [#423]
  • Add support for GitHub release installation [#421]

Version 2.1.20

26 Apr 21:15
fa8bfd9

Choose a tag to compare

  • Regenerate README file [#422]
  • Improve warning message for install and activate multiple themes [#419]
  • Replace User Switching from feature tests [#418]
  • Update the theme in feature tests [#417]
  • Show additional plugin headers values in wp plugin get <plugin> output [#414]
  • Add tested_up_to field [#413]
  • Warn multiple themes installation with activate [#408]
  • Regenerate README file [#404]
  • Fix plugin commands examples [#403]
  • Regenerate README file [#402]
  • Update theme commands examples [#401]
  • Correct param type in Parse Theme Name trait [#400]

Version 2.1.19

05 Feb 19:54
8071370

Choose a tag to compare

  • Fix counting of errors when attempting activations [#398]

Version 2.1.18

05 Feb 13:16
0c6b559

Choose a tag to compare

  • Regenerate README file [#397]
  • Added --minor and --patch CLI option in wp theme update [#393]

Version 2.1.17

19 Jan 13:24
955bd94

Choose a tag to compare

  • Remove duplicated code [#391]
  • Switch tests to use site-secrets instead of user-switching [#389]
  • Support 'wporg_status' and 'wporg_last_updated' as optional wp plugin list fields [#382]