-
Notifications
You must be signed in to change notification settings - Fork 87
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
swissspidy
left a comment
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_versionin default plugin list and theme list fields #198Description
I'm adding the field
update_versionas a default field forpluginandthemecommands. If noupdate_versionis available we return an empty string following the same pattern asversionitself.Now
wp plugin listandwp theme listdisplay a table similar to:Testing instructions
composer behat -- features/plugin-update.featurecomposer behat -- features/plugin.featurecomposer behat -- features/upgradables.featurecomposer behat -- features/theme.feature