Skip to content

Releases: wp-cli/entity-command

Version 1.1.0

01 Oct 14:07

Choose a tag to compare

  • Adds pluck and patch commands to wp option and wp (post|comment|user|term) meta for fetching and modifying serialized data [#24, #65].
  • Introduces commands for managing mature and public status of sites [#63].
  • Improves performance of wp comment list --format=count [#64].
  • Prevent deleting the root site on multisite, which WordPress core doesn't permit [#73].
  • Adds wp user (spam|unspam) for marking users as spam [#74, #86, #90].
  • Supports --order=(asc|desc) and --orderby=(default|<key>) when listing options and meta [#47].
  • Improves top-level command descriptions [#72, #75, #77, #83].
  • Updates package tests to latest [#91, #92].

Version 1.0.5

07 Aug 13:16

Choose a tag to compare

  • Fixes invalid synopsis part in argument definition [#43].

Version 1.0.4

05 Aug 22:30

Choose a tag to compare

  • Introduces --by=<type> argument to get-update-delete term by slug [#27].
  • Implements --all flag to remove all terms from a post [#23].
  • Defines arguments for fields accepted by wp user (create|update) [#39, #42].
  • Updates package with latest scaffolded components [#38].
  • Uses dist: precise for PHP 5.3, dist: trusty for everything else [#41].

Version 1.0.3

29 Jun 22:29

Choose a tag to compare

  • Support fetching users with an email address in the login field [#21].
  • Support --field=<field> when using wp post term list [#17].

Version 1.0.2

30 May 21:08

Choose a tag to compare

  • Clarifies this command as a bundled command.
  • Adds missing ## OPTIONS heading to commands.
  • Fixes Travis CI caching for composer.
  • Runs Travis tests against WP-CLI dev-master.

Version 1.0.1

18 Apr 14:07

Choose a tag to compare

  • Adds wp option * from wp-cli/wp-cli.
  • Generates 24 character password for new users.
  • Further clarifies accepted args for wp user list.
  • In taxonomy test, uses "nav_menu_item" to avoid WP 4.4 data change issue.

Version 1.0.0

04 Apr 23:48

Choose a tag to compare

  • Initial release.