mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
97f19562c9
The `url` key is meant for the latest release (2.16.1). The `minorUrl` key is for the latest "minor" release (2.16). PR #7652 adds the functionality to show the appropriate link in the upgrade notification based on the difference between the currently used and the latest version.
11 lines
374 B
Plaintext
11 lines
374 B
Plaintext
{
|
|
"version": "2.16.1",
|
|
"url": "https://docs.wagtail.org/en/stable/releases/2.16.1.html",
|
|
"minorUrl": "https://docs.wagtail.org/en/stable/releases/2.16.html",
|
|
"lts": {
|
|
"version": "2.15.4",
|
|
"url": "https://docs.wagtail.org/en/stable/releases/2.15.4.html",
|
|
"minorUrl": "https://docs.wagtail.org/en/stable/releases/2.15.html"
|
|
}
|
|
}
|