Skip to content
Snippets Groups Projects
Commit 3f2600a3 authored by Patrick Schmalstig's avatar Patrick Schmalstig
Browse files

Sort supported branches by release date descending

parent 1941c0a7
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ $branches[] = [
'version_time' => null
];
sort_maps_by($branches, '!version_time');
$_branches = [];
foreach ($branches as $branch) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment