Releases: wp-cli/core-command
Releases · wp-cli/core-command
Version 2.1.18
- Remove extraneous argument in
core update
example [#255]
- Fix
--format
in core check-update
command [#253]
- Update
core
commands docs [#251]
Version 2.1.17
- Regenerate README file [#249]
- Fix spelling for filesystem [#248]
Version 2.1.16
- Add
--force-check
flag to check-update
command [#246]
- Improve SQLite compatibility [#243]
Version 2.1.15
- Update to WPCS v3 [#241]
- Only run tests on PHP 7.0+ [#239]
- Directly pass empty or missing password parameter to WordPress [#232]
Version 2.1.14
- Tests: Fix tests referencing trunk/nightly [#238]
- Improve documentation for core is-installed command [#237]
Version 2.1.13
- Fix tests for Requests v2 support [#235]
Version 2.1.12
- Regenerate README file [#234]
- Check more files to determine if WordPress is present or not [#233]
- Add a
--skip-config
flag to wp core multisite-convert
[#231]
Version 2.1.11
- Leave
wp-content/plugins
and wp-content/themes
directories when using --skip-content
[#230]
Version 2.1.10
- Resolve tests failures from WordPress 6.2 [#229]
Version 2.1.9
- Add
composer phpcbf
[#226]
- Replace empty namespace autoloader with classmap [#225]