Skip to content

Releases: wp-cli/package-command

Version 1.0.6

12 Oct 23:17

Choose a tag to compare

  • package (install|uninstall):
    • Only includes Composer return code when it's set [#40].

Version 1.0.5

02 Oct 18:53

Choose a tag to compare

  • package browse:
    • Adds deprecation notice [#36].
  • package install:
    • Supports package names that differ from repository names [#31].
  • package uninstall:
    • Removes repository entry when uninstalling [#37].
  • Updates scaffolded tests to latest [#35, #39].

Version 1.0.4

18 Aug 19:52

Choose a tag to compare

  • Updates test to reflect new error string when no WP install is found [#28].

Version 1.0.3

07 Aug 12:22

Choose a tag to compare

  • Adds tests for version requirements added to shortened package identifiers [#26].

Version 1.0.2

05 Aug 23:14

Choose a tag to compare

  • Adds support for short package identifiers [#22].
  • 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 21:34

Choose a tag to compare

  • Fixes path returned from get_composer_json_path() under Windows.
  • Clarifies this command as a bundled command.
  • Fixes Travis CI caching for composer.
  • Runs Travis tests against WP-CLI dev-master.

Version 1.0.0

10 Mar 21:18

Choose a tag to compare

  • Initial release.