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
"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.",
Copy file name to clipboardExpand all lines: download/index.html
+12-17Lines changed: 12 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,16 @@
6
6
---
7
7
<h1>Download your version of Roundcube</h1>
8
8
9
-
{% for version in site.data.releases %}
10
-
{% assign id = version | first %}
11
-
{% assign params = version | last %}
12
-
13
-
{% if params.sources.size == 0 %}
9
+
{% for downlad in site.data.downloads %}
10
+
{% assign id = downlad | first %}
11
+
{% assign params = downlad | last %}
12
+
{% if params.packages.size == 0 %}
14
13
{% continue %}
15
14
{% endif %}
15
+
<h2id="{{ id }}">{{ params.title }} <aclass="anchor" href="#{{ id }}" aria-label="Link to this section: {{ params.title }}"></a></h2>
16
16
17
-
<h2id="{{ id }}">{{ params.name }}{% if params.version %} - {{ params.version }}{% endif %} <aclass="anchor" href="#{{ id }}" aria-label="Link to this section: {{ id }}"></a></h2>
18
-
19
-
{% if id == "lts" %}
20
-
<pclass="text-body-secondary mb-1">Long Term Support with low maintenance mode. This means only security updates and rare fixes of serious issues
21
-
will go into these release branches.</p>
22
-
{% elsif id == "beta" %}
23
-
<pclass="text-body-secondary mb-1">We recommend to test beta versions on a separate environment, and don't forget to backup your data before installing.</p>
0 commit comments