New and improved this morning, we have a two-fer.
First, on the extend plugin directory, you may notice some new pie chart fun on the stats tab for each plugin. This shows a percentage breakdown of the versions being actively used by that plugin’s users. Only slices greater than 1.0% are shown.
Secondly, since data kept in a box is not very useful, there’s a new API for getting this data. Usage is fairly obvious from just a simple example, which gets the version breakdown of one of my own plugins:
http://api.wordpress.org/stats/plugin/1.0/simple-facebook-connect?callback=demo
The callback parameter is optional, of course, and provided for people who want JSONP usage.
Note that the version data is relatively new, so we don’t have it for all plugins at present. It will get better as reporting continues. For those interested, it’s saving the total counts of the version numbers as reported by the plugin update-checks over the last week. Since the data at present is only from one day, it’s not very accurate.
DH-Shredder 5:59 pm on April 14, 2011 Permalink | Log in to Reply
Since this is work on bbPress specifically, it should only affect the front-end of the directory, and not the SVN repo, correct?
Otto 6:34 pm on April 14, 2011 Permalink | Log in to Reply
The display and search capabilities of /extend/themes and the API calls from core will be temporarily affected until I can make the proper adjustments to them. Access to the SVN will not be affected.
DH-Shredder 7:05 pm on April 14, 2011 Permalink | Log in to Reply
Cool, thanks much.
Otto 8:24 pm on April 14, 2011 Permalink | Log in to Reply
This update is complete. Let me know if any bugs are spotted and I’ll correct them.