[wp-meta] [Making WordPress.org] #7283: Patch version support in the stats endpoint

Making WordPress.org noreply at wordpress.org
Wed Sep 20 04:19:26 UTC 2023


#7283: Patch version support in the stats endpoint
-----------------------------+--------------------
 Reporter:  lukecarbis       |      Owner:  (none)
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:
Component:  General          |   Keywords:
-----------------------------+--------------------
 It would be wonderful if the plugin stats api endpoint (/stats/plugin/1.0)
 included data for patch versions – so I could see better breakdowns of my
 plugin usage.

 For example, if I release a security patch, it could be vital to know how
 many people received that patch.

 Current result: (https://api.wordpress.org/stats/plugin/1.0/?slug=hello-
 dolly)

 {{{
 {
   "1.6": 11.42,
   "1.7": 88.42,
   "other": 0.16
 }
 }}}

 Suggested result:

 {{{
 {
   "1.6.8": 11.42,
   "1.7.0": 10,
   "1.7.1": 20,
   "1.7.2": 58.42,
   "other": 0.16
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7283>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list