Releases: wp-cli/entity-command
Releases · wp-cli/entity-command
Version 1.2.0
option get:- Displays error message if option doesn't exist [#126].
option list:- Defaults to not showing transients [#127].
post create/update:post create:- Accepts category slugs in
--post_categoryand checks if incorrect ids or slugs given [#129].
- Accepts category slugs in
post delete:- Corrects delete message [#124].
user remove-caps:- Errors if the cap doesn't exist or is inherited from a role [#125].
user reset-password:- New command to reset a user's password [#119].
- Updates scaffolded README and tests and requires
wp-cli/wp-cli: ^1.5[#118, #133, #137].
Version 1.1.4
Version 1.1.3
Version 1.1.2
- Updates test for text string change in multisite installation [#102].
Version 1.1.1
user import-csv:- Permits importing CSV from STDIN [#100].
Version 1.1.0
- Adds
pluckandpatchcommands towp optionandwp (post|comment|user|term) metafor fetching and modifying serialized data [#24, #65]. - Introduces commands for managing
matureandpublicstatus 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
- Fixes invalid synopsis part in argument definition [#43].
Version 1.0.4
- Introduces
--by=<type>argument to get-update-delete term by slug [#27]. - Implements
--allflag 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: precisefor PHP 5.3,dist: trustyfor everything else [#41].
Version 1.0.3
Version 1.0.2
- Clarifies this command as a bundled command.
- Adds missing
## OPTIONSheading to commands. - Fixes Travis CI caching for composer.
- Runs Travis tests against WP-CLI dev-master.