Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 2c918ea

Browse files
feat(downloadData): remove "release candidate" label
1 parent 736b25f commit 2c918ea

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/js/download-data.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ angular.module('download-data', [])
33
.value('BRANCHES', [
44
{
55
branch: '1.6.*', version: '${CDN_VERSION_1_6}',
6-
title: '1.6.x (release candidate)',
6+
title: '1.6.x (latest)',
77
cssClass: 'branch-1-6-x',
88
showOnButton: true
99
},
10-
{
11-
branch: '1.5.*', version: '${CDN_VERSION_1_5}',
12-
title: '1.5.x (stable)',
13-
cssClass: 'branch-1-5-x',
14-
showOnButton: true
15-
},
1610
{
1711
branch: '1.2.*', version: '${CDN_VERSION_1_2}',
1812
title: '1.2.x (legacy)',

0 commit comments

Comments
 (0)