Making WordPress.org

Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#7283 closed feature request (wontfix)

Patch version support in the stats endpoint

Reported by: lukecarbis's profile lukecarbis Owned by:
Milestone: Priority: normal
Component: General Keywords:
Cc:

Description

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
}

Change History (1)

#1 @Otto42
3 months ago

  • Resolution set to wontfix
  • Status changed from new to closed

No. Including this information will only make it more likely for plugin authors to adjust their versioning strategy to get more precise information and further violate user privacy.

Last edited 3 months ago by Otto42 (previous) (diff)
Note: See TracTickets for help on using tickets.