0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/versions.json
github-actions[bot] f7cec86997
DEV: Begin development of v2026.2.0-latest (#37358)
Merging this will trigger the creation of a `release/2026.1` branch on
the preceding commit.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-28 17:21:07 +00:00

34 lines
762 B
JSON
Vendored

{
"2026.2": {
"developmentStartDate": "2026-01-28",
"releaseDate": "2026-02",
"supportEndDate": "2026-04",
"released": false,
"esr": false,
"supported": true
},
"2026.1": {
"developmentStartDate": "2025-12-30",
"releaseDate": "2026-01-28",
"supportEndDate": "2026-09",
"released": true,
"esr": true,
"supported": true
},
"2025.12": {
"releaseDate": "2025-12-30",
"developmentStartDate": "2025-11-25",
"supportEndDate": "2026-02",
"released": true,
"esr": false,
"supported": true
},
"2025.11": {
"releaseDate": "2025-11-25",
"developmentStartDate": "2025-10-28",
"supportEndDate": "2026-01-28",
"released": true,
"esr": false,
"supported": false
}
}