Releases: wp-cli/entity-command
Releases · wp-cli/entity-command
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
## OPTIONSinCommandWithTermsclass [#487] - Add
user existscommand [#486] - Accept user login and email in
user spamanduser unspamcommands [#485] - Update doc for
user spamanduser unspamcommand [#483] - Validate reassigning user in
user deletecommand [#482] - Fix warning message in
user spamcommand [#481] - Add missing
application-passwordandsite metasubcommands to readme [#478] - Introduce
--format=idsinuser application-password list[#475] - Fix dynamic property issue in user session class [#470]
- Fix PHP notice in
comment recountwith invalid ID [#469] - Fix example for
site deactivatecommand [#468] - Update examples in
usercommands [#467] - Update
termcommands examples [#466] - Update example output for
comment deletecommand [#465] - Fix
menucommand 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 the0array index [#432] - Improve SQLite compatibility [#431]
Version 2.5.6
- Add test case for publishing post and updating date behavior [#428]
Version 2.5.5
- Increase precision of
wp post generatetest [#425]
Version 2.5.4
- Regenerate README file [#424]
- Fix typo for
$parent_instanceparam inRecursiveDataStructureTraverserconstructor [#422] - Update to WPCS v3 [#419]
- Prevent unexpected missed schedules when generating new posts [#418]
- Add
--slug=<site>as an available parameter towp sitecommands [#416] - Fix incorrect 'its' in the documentation [#414]
Version 2.5.3
- PHP 8.2 Deprecation: Fix creation of dynamic property. [#413]