Skip to content

Commit 3c9ff91

Browse files
committed
remove 4.4 from active LTS add it to past LTS table
1 parent 65a6082 commit 3c9ff91

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/controllers/releases/lts.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@ export default class ReleasesLtsController extends Controller {
1212
version: '4.8',
1313
promotionDate: new Date('2022-11-28'),
1414
},
15-
{
16-
version: '4.4',
17-
promotionDate: new Date('2022-07-13'),
18-
},
1915
];
2016
}

app/templates/releases/lts.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
</tr>
8787
</thead>
8888
<tbody>
89+
<tr>
90+
<td>4.4</td>
91+
<td>4.4.5</td>
92+
<td>May 2023</td>
93+
</tr>
8994
<tr>
9095
<td>3.28</td>
9196
<td>3.28.11</td>

0 commit comments

Comments
 (0)