Releases: wp-cli/core-command
Releases · wp-cli/core-command
Version 2.1.8
- Fix failing tests by switching to WordPress 4.1 as minor update test [#223]
- Fix failing test by setting
WP_AUTO_UPDATE_CORE=false
[#222]
- Fix deprecation notices in PHP 8.1 [#220]
Version 2.1.7
- Allow
wordpress-core-installer
to write plugins [#216]
- Avoid deleting TinyMCE themes/plugins by using more precise check [#215]
Version 2.1.6
- Add missing copy operation to
--no-extract
[#213]
Version 2.1.5
- Remove only themes/plugins folders on
--skip-content
[#212]
Version 2.1.4
- Regenerate README file [#208]
Version 2.1.3
- Add locale parameter [#133]
Version 2.1.2
- Regenerate README file [#206]
- Regenerate README file [#205]
- Add
--extract
flag to core download
[#204]
- Update the link in the docblock of "core multisite-convert" command [#201]
Version 2.1.1
- Update
download_package()
function signature [#197]
- Support case-insensitive filesystems when pruning files after update [#196]
- Do not exit on error but pass on error [#193]
Version 2.1.0
- Regenerate README file [#189]
- Regenerate README file [#188]
- Add
--insecure
flag to core download
& core update
commands [#186]
Version 2.0.13
- Move wp-cli/wp-cli-tests to dev dependecies and update [#185]
- Update GHA functional tests workflow [#181]