extension-command icon indicating copy to clipboard operation
extension-command copied to clipboard

more information with wp list

Open RoundAboutWEB opened this issue 5 years ago • 3 comments

It would be very helpful for security if plugin and theme list would also show the age of a plugin/theme and with which version of wordpress (Tested up to) it was tested.

+----------------------------------+----------+------------------------------+----------+--------------+------------+
| name                             | status   | update                       | version  | Tested up to | Date       |
+----------------------------------+----------+------------------------------+----------+--------------+------------+
| adminimize                       | active   | none                         | 1.11.6   | 5.4.2        | 23.12.2019 |
+----------------------------------+----------+------------------------------+----------+--------------+------------+

RoundAboutWEB avatar Jul 06 '20 17:07 RoundAboutWEB

Is this optimization feasible or do I need to think of another solution without wp-cli to do this?

RoundAboutWEB avatar Aug 18 '22 12:08 RoundAboutWEB

Tested up to value of plugin is obtained from the readme file. Currently we are using plugin headers from main plugin file only for the output. Reading that value would require implement Readme Parser like it is done in the WordPress Plugin Directory. Not sure it is worth adding such parser to display only that one value.

CC @danielbachhuber

ernilambar avatar Feb 11 '24 09:02 ernilambar

I'm open to considering a PR for this. It could be a good contributor day issue.

danielbachhuber avatar Feb 11 '24 13:02 danielbachhuber

@danielbachhuber following up on the PR #413, as I encountered with some issues with getting dependencies working. I'd hold it off for the moment, and would probably discuss this on the Hack day.

tfirdaus avatar Apr 11 '24 15:04 tfirdaus

@tfirdaus Sounds good!

danielbachhuber avatar Apr 11 '24 22:04 danielbachhuber