forked from OpenMage/OpenMage.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supported-versions.html
76 lines (74 loc) · 1.94 KB
/
supported-versions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
layout: page
title: Supported Versions
redirect_from: "/current"
---
<style>
.supported-versions-table th {
text-transform: uppercase;
background-color: transparent;
color: #373737;
border: 1px solid #373737;
}
</style>
<h2>Supported Versions</h2>
<p>
The initial Branch 1.9.4.x is aligned to the Official Magento Release.
20.0 will be the first Magento independent Release we do.
Every 4 Years there will be an LTS version, which gets 5 years of security support.
</p>
<p>
Disclaimer: the timeframes are still open for discussion.
<br/>
The related <a href="https://github.com/OpenMage/rfcs">RFC process</a> is currently in
<a href="https://github.com/OpenMage/rfcs/pull/2/files">Draft state</a>.
<br/>
Participation of any OpenMage user is extremely welcome.
</p>
<h2>Currently Supported Versions</h2>
<table class="supported-versions-table">
<thead>
<th>Branch</th>
<th>Major OpenMage Version</th>
<th rowspan="1">Initial Release</th>
<th rowspan="1">Active Support Until</th>
<th rowspan="1">Security Support Until</th>
</thead>
<tbody>
<tr>
<td>1.9.4.x (tagged as 19.4)</td>
<td>19</td>
<td></td>
<td></td>
<td>10 May 2025 (maybe longer)</td>
</tr>
<tr>
<td>20.0</td>
<td>20</td>
<td>planned for <br/>Feb 2020</td>
<td>2 Feb 2021</td>
<td>10 Aug 2021</td>
</tr>
<tr>
<td>21.0</td>
<td>21</td>
<td>planned for <br/>Feb 2021</td>
<td>2 Feb 2022</td>
<td>10 Aug 2022</td>
</tr>
<tr>
<td>22.0</td>
<td>22</td>
<td>planned for <br/>Feb 2022</td>
<td>2 Feb 2023</td>
<td>10 Aug 2023</td>
</tr>
<tr>
<td>23.0</td>
<td>23</td>
<td>planned for <br/>Feb 2023</td>
<td>2 Feb 2025</td>
<td>10 Aug 2028</td>
</tr>
</tbody>
</table>