-
Notifications
You must be signed in to change notification settings - Fork 83
Add update_version
to the default fields for plugin
and theme
commands
#380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add update_version
to the default fields for plugin
and theme
commands
#380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the alignment details this looks good 👍
Thanks for the quick review! I fixed the alignment issues (1335956). I also updated some comments on the functions. (7fb9b9b) And I realized that the
The table, and csv format are working correctly returning an empty string. I'll also solve the merging conflicts. |
I found it: 9749bd2 |
update_version
in default plugin list and theme list fields #198Description
I'm adding the field
update_version
as a default field forplugin
andtheme
commands. If noupdate_version
is available we return an empty string following the same pattern asversion
itself.Now
wp plugin list
andwp theme list
display a table similar to:Testing instructions
composer behat -- features/plugin-update.feature
composer behat -- features/plugin.feature
composer behat -- features/upgradables.feature
composer behat -- features/theme.feature