thomasgriffin / TGM-Updater

A professional private and commercial plugin update class for WordPress.
97 stars 15 forks source link

Add ability to mimic all of WordPress' Plugin Info API data #1

Closed thomasgriffin closed 9 years ago

thomasgriffin commented 11 years ago

There can be more data retrieved from the WordPress Plugin Info API that I have not accounted for, such as download counts, ratings and notes. These should be added to give plugin authors full control of the update experience and to integrate as seamlessly as possible into the WordPress update system.

dovy commented 11 years ago

Can you give us what you have already? I'd love to implement this.

thomasgriffin commented 9 years ago

I've determined that there is not much need for this with the new 4.0 plugin update modal. It shows the changelog by default, which is what people want to see, and this class does that well.