Releases: wp-cli/extension-command
Releases · wp-cli/extension-command
Version 2.1.13
- Fix PHP 8.2 'Creation of dynamic property' warning [#360]
Version 2.1.12
- Ensure a stable version is used when
--minor
or --patch
specified [#355]
- Fix fatal error in invalid plugin update offer [#354]
Version 2.1.11
- Add
composer phpcbf
[#353]
- Replace empty namespace autoloader with classmap [#352]
Version 2.1.10
- Add format option to wp plugin|theme auto-updates status [#351]
- Include optional 'auto_updates' field in plugin and theme lists [#350]
- Avoid deleting theme if the specified version cannot be found [#349]
Version 2.1.9
- Fix failing tests [#347]
- Fix failing PHP 5.6 tests by requiring WP 5.2 [#342]
- Regenerate README file [#340]
- Delete plugin translation files when plugin is uninstalled [#339]
- Don't report an error when 5 out of 5 plugins were updated [#338]
- remove extra space [#335]
Version 2.1.8
- Avoid throwing error when excluding missing plugin [#332]
Version 2.1.7
- Exit with
0
when checked theme is active parent theme [#327]
Version 2.1.6
- Avoid deleting parent of active theme unless using
--force
[#324]
Version 2.1.5
- Regenerate README file [#322]
- Add optional
--exclude=<name>
argument for multiple plugin commands [#321]
- Add
"johnpbloch/wordpress-core-installer": true
to composer.json
[#320]
- Fix broken Behat tests [#318]
- Add title/description for mu-plugins. [#305]
Version 2.1.4
- Ensure bundled themes don't interfere with update tests [#311]
- Allow Composer plugins to run [#310]