0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 11:07:57 +01:00
wagtail/scripts/latest.txt
Tibor Leupold 97f19562c9
Fix URLs in latest.txt (#8046)
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.
2022-02-25 16:43:17 +00:00

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"
}
}