You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/downloads.json
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
{
2
2
"stable": {
3
-
"title": "Stable",
3
+
"title": "Stable version",
4
+
"titleVersion": true,
4
5
"packages": [
5
6
{
6
7
"package": "Dependent",
@@ -26,12 +27,14 @@
26
27
]
27
28
},
28
29
"old-stable": {
29
-
"title": "Old Stable",
30
+
"title": "Old stable",
31
+
"titleVersion": true,
30
32
"packages": [
31
33
]
32
34
},
33
35
"lts": {
34
-
"title": "LTS",
36
+
"title": "LTS versions",
37
+
"titleVersion": false,
35
38
"description": "Long Term Support with low maintenance mode. This means only security updates and rare fixes of serious issues will go into these release branches.",
36
39
"packages": [
37
40
{
@@ -44,13 +47,15 @@
44
47
]
45
48
},
46
49
"beta": {
47
-
"title": "Beta",
50
+
"title": "Beta version",
51
+
"titleVersion": true,
48
52
"description": "We recommend to test pre-release versions on a separate environment, and don't forget to backup your data before installing.",
49
53
"packages": [
50
54
]
51
55
},
52
56
"rc": {
53
-
"title": "Release Candidate",
57
+
"title": "Release candidate",
58
+
"titleVersion": true,
54
59
"description": "We recommend to test pre-release versions on a separate environment, and don't forget to backup your data before installing.",
Copy file name to clipboardExpand all lines: download/index.html
+21-17Lines changed: 21 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -12,33 +12,37 @@ <h1>Download your version of Roundcube</h1>
12
12
{% if params.packages.size == 0 %}
13
13
{% continue %}
14
14
{% endif %}
15
-
<h2id="{{ id }}">{{ params.title }} <aclass="anchor" href="#{{ id }}" aria-label="Link to this section: {{ params.title }}"></a></h2>
15
+
<h2id="{{ id }}">{{ params.title }}{% if params.titleVersion %} - {{ params.packages[0].version }}{% endif %}<aclass="anchor" href="#{{ id }}" aria-label="Link to this section: {{ params.title }}"></a></h2>
<pid="fn1" class="text-body-secondary mt-4">1. Dependent packages only contain sources which are licensed under the GPL but they require some third-party
0 commit comments