DevinWalker / wp-rollback

Rollback any WordPress.org plugin or theme to a previous (or newer) version.
https://wprollback.com
81 stars 22 forks source link

Feature Suggestion: Provide dates of plugin releases #41

Closed pmsteil closed 6 years ago

pmsteil commented 6 years ago

Issue Overview

When rolling back a plugin, it would be very helpful to know the date of each plugins release. Example: We recently updated about 10 plugins. One of them is causing a problem on our site. We didn't have WP Rollback installed. I have it installed now. If I could see the dates of the plugins that I can choose to rollback to it would greatly help figure out which plugins I updated recently.

Thanks!

pmsteil commented 6 years ago

Ok I did just see where I can rollover and see the Changelog, lol... still, it would be cool to display the date next to each release if that is easy to get.

pmsteil commented 6 years ago

And if the last updated date is something that is available, it would be super helpful to see that date on the wp-admin/plugins.php page itself.

Thanks to your plugin we DID fix the problem we were having caused by a plugin, thanks!!!!

DevinWalker commented 6 years ago

@pmsteil I'll have to see if we can get the date of the SVN tag. I'm not sure off the top of my head.

DevinWalker commented 6 years ago

It doesn't appear that we can obtain the date of the SVN tag easily. This is what where we get the tags from: http://plugins.svn.wordpress.org/give/tags/

The best bet is to check the change log like you said and if the author adds the date of the release there, but it's up to the author to add that date.