Skip to content

Releases: wp-cli/entity-command

Version 2.8.9

27 Mar 09:23
84b79a9

Choose a tag to compare

  • Implement network-specific metadata handling in commands [#518]

Version 2.8.8

26 Mar 19:55

Choose a tag to compare

  • Fix failing tests when object cache is on [#607]
  • Fix wp term migrate skipping posts after post type migration [#606]

Version 2.8.7

21 Mar 23:45
0dea732

Choose a tag to compare

  • Fix wp site empty O(n) scaling: replace per-item cache ops with wp_cache_flush() [#601]

Version 2.8.6

19 Mar 13:52
a8f5147

Choose a tag to compare

  • Fix: wp menu item update --position does not reshuffle other menu items [#603]
  • Document that --network excludes roles from wp user list output [#597]
  • Strip HTML tags from multisite user signup validation errors [#596]
  • Add --site-path filter to wp site list to avoid conflict with global --path [#595]
  • Add wp menu item add-post-type-archive subcommand [#594]
  • Add wp term prune command to remove terms with 0 or 1 published posts [#586]
  • Fix: allow wp post delete to trash custom post types [#583]
  • Add common options reference to wp option documentation [#581]
  • Improve wp user remove-role docs 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 get command [#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 for tax_input [#532]

Version 2.8.5

15 Sep 08:07
896b7fb

Choose a tag to compare

  • Fix broken term recount test [#543]
  • Avoid setAccessible deprecation warnings [#540]
  • Update wp-cli/wp-cli-tests requirement from ^4 to ^5 [#539]
  • PHPStan level 9 [#536]
  • Require PHP 7.2.24+ [#534]

Version 2.8.4

06 May 18:37
213611f

Choose a tag to compare

  • Safeguard remove cap from collisions with roles [#530]

Version 2.8.3

29 Apr 08:16
d7b61a2

Choose a tag to compare

  • 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 for tax_query and meta_query [#522]
  • Fix tests for WordPress trunk / 6.8 [#521]
  • wp post list: Add JSON input support for date_query argument [#520]
  • Require wp-cli/wp-cli v2.12 [#516]
  • wp option - new autoload values in autoload filter [#515]
  • Return a proper WP_Error object when failing to update a comment [#514]
  • Add test cases asserting post/term update error exit codes [#513]

Version 2.8.2

16 Oct 12:48
9dad075

Choose a tag to compare

  • Composer: prevent a lock file from being created [#511]
  • Add missing options header in signup list command [#508]

Version 2.8.1

29 Jul 13:56
c270cc9

Choose a tag to compare

  • Update readme [#501]

Version 2.8.0

09 May 08:36
93476c2

Choose a tag to compare

  • Add site generator command [#498]
  • Add commands for managing signups on multisite [#489]