Skip to content

Releases: wp-cli/core-command

Version 1.0.5

20 Nov 18:18
f302ad9
Compare
Choose a tag to compare
  • core update:
    • Skips cache also when ZIP URL is 'http://' to nightly build [#44].
  • Updates tests to enable error reporting [#45].

Version 1.0.4

16 Oct 11:43
Compare
Choose a tag to compare
  • core download:
    • Uses WP_CLI\Utils\http_request() to fetch skip-content build [#41].

Version 1.0.3

02 Oct 17:11
Compare
Choose a tag to compare
  • core download:
    • Use --skip-content to download WordPress without default themes/plugins (US locale only) [#37, #40].
  • core update:
    • Makes use of 'halt_on_error' to catch error and release lock [#38].
  • Updates scaffolded tests to latest [#33, #39].

Version 1.0.2

05 Aug 22:15
Compare
Choose a tag to compare
  • Use --skip-config to avoid addition of multisite constants to wp-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

30 May 20:58
Compare
Choose a tag to compare
  • 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

18 Apr 17:05
Compare
Choose a tag to compare
  • Initial release.