Releases: wp-cli/entity-command
Releases · wp-cli/entity-command
Version 2.8.4
- Safeguard
remove cap
from 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_query
andmeta_query
[#522]- Fix tests for WordPress trunk / 6.8 [#521]
wp post list
: Add JSON input support fordate_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
Version 2.8.1
- Update readme [#501]
Version 2.8.0
Version 2.7.0
- Avoid time dependent test in
user application-password
[#499] - Support new upstream autoload options [#496]
- Support nickname when creating user [#495]
- Use TwentyTwelve theme in menu location test [#494]
- Add examples for option set-autoload an get-autoload commands [#492]
- Add missing
## OPTIONS
inCommandWithTerms
class [#487] - Add
user exists
command [#486] - Accept user login and email in
user spam
anduser unspam
commands [#485] - Update doc for
user spam
anduser unspam
command [#483] - Validate reassigning user in
user delete
command [#482] - Fix warning message in
user spam
command [#481] - Add missing
application-password
andsite meta
subcommands to readme [#478] - Introduce
--format=ids
inuser application-password list
[#475] - Fix dynamic property issue in user session class [#470]
- Fix PHP notice in
comment recount
with invalid ID [#469] - Fix example for
site deactivate
command [#468] - Update examples in
user
commands [#467] - Update
term
commands examples [#466] - Update example output for
comment delete
command [#465] - Fix
menu
command output examples [#462]
Version 2.6.2
- Add filter site__user_in on wp site list [#438]
Version 2.6.1
Version 2.6.0
- Add missing documentation [#451]
- Add command to get the post ID by URL [#449]
- Also fix archiving a site by numeric slug [#448]
- Regenerate README file [#447]
- Add origin and exclude-role-names filters to list-caps command [#445]
- Fix deleting a site by a slug that is an integer [#444]
- Reuse
has_stdin()
from framework [#443] - Remove RecursiveDataStructureTraverser [#442]
- Support for adding and removing of multiple user roles [#437]
- Add examples on listing unapproved, spam and trash comments [#436]
- Fix super admin test on SQLite [#434]
- Site_Command: Do not assume
get_super_admins()
has the0
array index [#432] - Improve SQLite compatibility [#431]
Version 2.5.6
- Add test case for publishing post and updating date behavior [#428]