Releases: wp-cli/core-command
Releases · wp-cli/core-command
Version 1.0.6
Version 1.0.5
Version 1.0.4
core download
:- Uses
WP_CLI\Utils\http_request()
to fetchskip-content
build [#41].
- Uses
Version 1.0.3
Version 1.0.2
- Use
--skip-config
to avoid addition of multisite constants towp-config.php
file [#18]. - Fixes
rtrim()
trailingslashit literal [#22]. - Add slash to
--path
. Make unlocalized minor update WP < 4 compat. Suppress notices [#21]. - Updates package with latest scaffolded components [#23].
- Uses
dist: precise
for PHP 5.3,dist: trusty
for everything else [#24].
Version 1.0.1
- Clarifies this command as a bundled command.
- Uses
{WP_VERSION-latest}
vars to avoid needing to update tests on WP releases. - For PHP 7.1 compat, uses
get_wp_details()
instead of "version.php" include. - Fixes Travis CI caching for composer.
- Runs Travis tests against WP-CLI dev-master.
Version 1.0.0
- Initial release.