Releases: wp-cli/entity-command
Releases · wp-cli/entity-command
Version 2.8.9
- Implement network-specific metadata handling in commands [#518]
Version 2.8.8
Version 2.8.7
- Fix
wp site emptyO(n) scaling: replace per-item cache ops withwp_cache_flush()[#601]
Version 2.8.6
- Fix:
wp menu item update --positiondoes not reshuffle other menu items [#603] - Document that
--networkexcludesrolesfromwp user listoutput [#597] - Strip HTML tags from multisite user signup validation errors [#596]
- Add
--site-pathfilter towp site listto avoid conflict with global--path[#595] - Add
wp menu item add-post-type-archivesubcommand [#594] - Add
wp term prunecommand to remove terms with 0 or 1 published posts [#586] - Fix: allow
wp post deleteto trash custom post types [#583] - Add common options reference to
wp optiondocumentation [#581] - Improve
wp user remove-roledocs and output when no role argument is given [#580] - Add --site-url parameter for custom domain configuration in site create [#576]
- Remove duplicate date parsing in Post_Command.php [#575]
- Regenerate README file [#574]
- Fix tests against WordPress trunk [#573]
- Regenerate README file [#572]
- Implement wp site get command to enable site operations by URL [#571]
- Add
wp menu item getcommand [#570] - Add term_group as optionally available field in wp term list [#569]
- Add font library commands for WordPress 6.5+ [#567]
- Add wp post revision restore, diff, and prune commands [#563]
- Update the README.md file [#558]
- Add block-related post commands [#556]
- PHPStan fixes [#553]
- Add notes support documentation and tests for WordPress 6.9+ [#552]
- Don't require --force flag for deleting already trashed posts [#548]
wp post create: Add JSON input support fortax_input[#532]
Version 2.8.5
Version 2.8.4
- Safeguard
remove capfrom collisions with roles [#530]
Version 2.8.3
- Fix docstring indent issue in feature files [#531]
- Fix Gherkin lint issues [#529]
- Ensure wp user update Returns Non-Zero Exit Code for Invalid Users [#527]
- Make term-migrate test more robust [#524]
- Add a flag for getting post meta as a single value or not [#523]
wp post list: Add JSON input support fortax_queryandmeta_query[#522]- Fix tests for WordPress trunk / 6.8 [#521]
wp post list: Add JSON input support fordate_queryargument [#520]- Require
wp-cli/wp-cliv2.12 [#516] wp option- new autoload values in autoload filter [#515]- Return a proper
WP_Errorobject when failing to update a comment [#514] - Add test cases asserting post/term update error exit codes [#513]
Version 2.8.2
Version 2.8.1
- Update readme [#501]