Created
November 3, 2014 22:52
-
-
Save colemanw/4f00dc8892e1ad449f81 to your computer and use it in GitHub Desktop.
Proposed structure for latest.civicrm.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Currently going to latest.civicrm.org/stable.php outputs: | |
4.5.2 | |
// Proposed new output: | |
{ | |
"stable": {"security": null, "latest": "4.5.2"}, | |
"lts": {"security": "4.4.7", "latest": "4.4.8"}, | |
"unstable": null, // we don't have any beta releases out currently, is this what that should look like? | |
} | |
// hmm, should we also add info about nightly builds in there somewhere? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment