Releases: wp-cli/entity-command
Releases · wp-cli/entity-command
Version 2.5.3
- PHP 8.2 Deprecation: Fix creation of dynamic property. [#413]
Version 2.5.2
- Regenerate README file [#410]
- User: Add more examples for scoped password reset [#409]
- Warn when deleting multisite user with no blog roles [#408]
Version 2.5.1
- Warn when an invalid role is provided for
wp user update
[#406]
Version 2.5.0
- Add --show-password flag to user reset-password [#394]
Version 2.4.3
- Regenerate README file [#402]
- Clarify url field in wp site list docs [#401]
- Change new passwords to 24 characters in a few places [#399]
- Add examples and update the documentation to the
wp post term
[#398]
Version 2.4.2
- Do not mark main site as spam when using 'wp user spam' [#393]
Version 2.4.1
- Add
composer phpcbf
[#391]
- Replace empty namespace autoloader with classmap [#390]
Version 2.4.0
- Regenerate README file [#388]
- add example for deleting multiple post IDs [#387]
- Add '--field=url' support for posts, comments, and terms [#383]
- Add
wp option get-autoload
and wp option set-autoload
[#382]
Version 2.3.3
- Use
current_time()
for setting the default value for user_registered
in wp user create
[#378]
- Regenerate README file [#376]
- Issue #374 : Add examples for wp option patch command [#375]
Version 2.3.2
- Show error when parameter is missing in wp option patch [#371]