Skip to content

Instantly share code, notes, and snippets.

@colemanw
Created November 3, 2014 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save colemanw/4f00dc8892e1ad449f81 to your computer and use it in GitHub Desktop.
Save colemanw/4f00dc8892e1ad449f81 to your computer and use it in GitHub Desktop.
Proposed structure for latest.civicrm.org
// 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