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.
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