Changes between Initial Version and Version 2 of Ticket #35971
- Timestamp:
- 02/27/2016 05:34:43 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35971
- Property Keywords has-screenshots dev-feedback added
-
Ticket #35971 – Description
initial v2 1 1 Currently, the `about.php` page has a release history for minor versions. The problem is that this information is hardcoded in the about page. 2 2 3 Each time a new minor version released, the about page is updated with new strings linking to the new version codex page - for example https://core.trac.wordpress.org/changeset/36455. For each security version, it's done for all previous versions (3.7-4.4). See the attached screenshots.3 Each time a new minor version released, the about page is updated with new strings linking to the new version codex page - for example [36455]. For each security version, it's done for all previous versions (3.7-4.4). See the attached screenshots. 4 4 5 5 I would like to move the minor version release history to [https://api.wordpress.org/ api.wordpress.org], this way all the information will be pulled automatically for each version, and will be available for external services - not just for wordpress core. Again, if it won't be hardcoded, this information will be available to external services.