Skip to content

Releases: wp-cli/package-command

Version 1.0.12

14 Feb 14:45
bb8b02d
Compare
Choose a tag to compare
  • Fake v1 framework for current v2 code [#70]

Note: this is a preliminary fix until we were able to properly sort out version requirements for all bundled commands.

Version 1.0.11

30 Jan 01:43
b0f0e59
Compare
Choose a tag to compare
  • package browse/list:
    • Catches exception if browsing/listing packages and Composer can't access a repository [#60].
  • package install/uninstall:
    • Reverts composer.json on memory limit error [#64].
  • package install:
    • Retrieves package name from correct branch [#65].
  • Updates scaffolded tests and requires wp-cli/wp-cli: ^1.5 [#68].

Version 1.0.10

18 Dec 19:58
b7d2ee2
Compare
Choose a tag to compare
  • Documentation, test suite, and repository improvements [#55, #56, #57, #58].

Version 1.0.9

21 Nov 13:23
0335f46
Compare
Choose a tag to compare
  • package *:
    • Uses getPrettyName for Composer; caters for legacy incorrect package names [#50].
  • package install:
    • Cleans up temp zips and improves error messages for bad packages [#52].
  • Updates scaffolded tests to enable error reporting [#53].
  • Updates scaffolded README and GitHub configuration [#54].

Version 1.0.8

07 Nov 16:46
b069ec3
Compare
Choose a tag to compare
  • package *:
    • Uses pretty name in list to cater for mixed-case names; add as optional field [#49].
    • Adds GITHUB_TOKEN and COMPOSER_AUTH handling [#47].
  • package list:
    • Adds regression test to detect Composer plugin errors [#45].

Version 1.0.7

16 Oct 11:47
Compare
Choose a tag to compare
  • Removes unnecessary variable declaration [#42].

Version 1.0.6

12 Oct 23:17
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adds tests for version requirements added to shortened package identifiers [#26].