Skip to content

Commit

Permalink
remove 4.4 from active LTS add it to past LTS table
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Sep 21, 2023
1 parent 65a6082 commit 3c9ff91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/releases/lts.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ export default class ReleasesLtsController extends Controller {
version: '4.8',
promotionDate: new Date('2022-11-28'),
},
{
version: '4.4',
promotionDate: new Date('2022-07-13'),
},
];
}
5 changes: 5 additions & 0 deletions app/templates/releases/lts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
</tr>
</thead>
<tbody>
<tr>
<td>4.4</td>
<td>4.4.5</td>
<td>May 2023</td>
</tr>
<tr>
<td>3.28</td>
<td>3.28.11</td>
Expand Down

0 comments on commit 3c9ff91

Please sign in to comment.