🤖: silverstripe
silverstripe:
- Item root['releases']['7.0'] ({'name': '7.0', 'eoas': '2027-10-31', 'eol': '2028-04-30'}) added to dictionary.
- Item root['releases']['6.4']['eol'] ("2029-04-30") removed from dictionary.
- Item root['releases']['5.4']['eol'] ("2027-04-30") removed from dictionary.
- Value of root['releases']['5.2']['eoas'] changed from "2024-10-31" to "2024-11-30".
- Value of root['releases']['5.2']['eol'] changed from "2025-04-30" to "2025-05-31".
- Value of root['releases']['4.13']['eoas'] changed from "2024-04-17" to "2024-04-30".
- Value of root['releases']['4.13']['eol'] changed from "2025-06-10" to "2025-06-30".
This commit is contained in:
committed by
github-actions[bot]
parent
b216a9b1ec
commit
846a1f79c9
@@ -1,9 +1,13 @@
|
||||
{
|
||||
"releases": {
|
||||
"7.0": {
|
||||
"name": "7.0",
|
||||
"eoas": "2027-10-31",
|
||||
"eol": "2028-04-30"
|
||||
},
|
||||
"6.4": {
|
||||
"name": "6.4",
|
||||
"eoas": "2028-04-30",
|
||||
"eol": "2029-04-30"
|
||||
"eoas": "2028-04-30"
|
||||
},
|
||||
"6.3": {
|
||||
"name": "6.3",
|
||||
@@ -27,8 +31,7 @@
|
||||
},
|
||||
"5.4": {
|
||||
"name": "5.4",
|
||||
"eoas": "2026-04-30",
|
||||
"eol": "2027-04-30"
|
||||
"eoas": "2026-04-30"
|
||||
},
|
||||
"5.3": {
|
||||
"name": "5.3",
|
||||
@@ -37,13 +40,13 @@
|
||||
},
|
||||
"5.2": {
|
||||
"name": "5.2",
|
||||
"eoas": "2024-10-31",
|
||||
"eol": "2025-04-30"
|
||||
"eoas": "2024-11-30",
|
||||
"eol": "2025-05-31"
|
||||
},
|
||||
"4.13": {
|
||||
"name": "4.13",
|
||||
"eoas": "2024-04-17",
|
||||
"eol": "2025-06-10"
|
||||
"eoas": "2024-04-30",
|
||||
"eol": "2025-06-30"
|
||||
}
|
||||
},
|
||||
"versions": {
|
||||
|
||||
Reference in New Issue
Block a user