Releases: wp-cli/entity-command
Releases · wp-cli/entity-command
Version 2.0.2
- Bump
site metatest requirement to WP 5.1+ [#225] - Add support for Probot
movecommand [#219] - Add missing
--descriptionflag logic foruser create[#217] - Expose the available query variables for comment and post queries [#213]
- Use "installation" instead of "install" [#212]
- Ignore log files [#209]
- List all entities in the package description [#208]
- Bail with a warning when deleting custom post types without
--force[#188] - Add
post existscommand [#182]
Version 2.0.1
Version 2.0.0
- Adapt package for framework v2 [#192]
Version 1.3.1
Version 1.3.0
- Add wp site meta sub-command [#159]
- Abstract meta CRUD into methods [#174]
- Add
--from-post=<post_id>flag to create duplicate posts [#154] - Remove duplicative
--user_email=<user-email>argument [#173] - Fix tests after Core's introduction of a default "Privacy Policy" page [#177]
- Turn
latestinto actual version number [#171] - Improve the formatting of various format parameter documentation [#168]
- Raise memory limit to 2048MB [#163]
- Add --unserialize flag to 'option list' command [#156]
- Properly clone objects for comparison [#152]
- Update license copyright date to 2018 [#148]
- Fix category list count [#146]
- Add subcommand for checking a user's password [#144]
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].