#577 closed defect (bug) (fixed)
credits API should return the correct version
Reported by: | markoheijnen | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | API | Keywords: | has-patch commit |
Cc: |
Description
You could request data for a version that the API doesn't support. It then fallsback to WP_CORE_STABLE_BRANCH except the requested version is still displayed. We should then return the actual version so you can that validate your request.
Also any way we could provide data for versions older then 3.2?
Attachments (1)
Change History (8)
#2
in reply to:
↑ description
@
9 years ago
Replying to markoheijnen:
Also any way we could provide data for versions older then 3.2?
Just installed wp3.2, wp31 and wp30 to create the WP_31_Credits
and WP_30_Credits
classes for the API.
But is seems like credits.php
was added only in 3.2, this is why the API supports only 3.2+
If you have this data for older versions, I can write the code.
I need:
- a list of users:
- Project Leaders
- Extended Core Team
- Recent Rockstars
- Core Contributors
- a list of external libraries
#3
@
9 years ago
The full list of "Core Contributors" can be found in blog release post:
3.2: https://wordpress.org/news/2011/07/gershwin/
3.1: https://wordpress.org/news/2011/02/threeone/
3.0: https://wordpress.org/news/2010/06/thelonious/
We can retrieve the "external libraries" using the change log of the next version.
#5
@
8 years ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 5133:
This ticket was mentioned in Slack in #meta by sergey. View the logs.
5 years ago
#7
in reply to:
↑ description
@
5 years ago
Replying to markoheijnen:
Also any way we could provide data for versions older then 3.2?
Follow-up: #4697
Any feedback on this?