Skip to content

Commit 5d7c21f

Browse files
bjohansebaschris del
andauthored
fix indonesia support (#1765)
Co-authored-by: chris del <[email protected]>
1 parent 79e6a54 commit 5d7c21f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

_includes/header/header-id.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
<a href="/en/blog/write-post.html">Write a Post</a>
142142
</li>
143143
</ul>
144-
</li>
145144
</li>
146145

147146
</ul>

id/support/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Version Support
4+
description: Find information about the support schedule for different Express.js versions, including which versions are currently maintained and end-of-life policies.
45
menu: support
56
lang: id
67
---
@@ -11,14 +12,14 @@ Only the latest version of any given major release line is supported.
1112

1213
Versions that are EOL (end-of-life) _may_ receive updates for critical security vulnerabilities, but the Express team offers no guarantee and does not plan to address or release fixes for any issues found.
1314

14-
| Major Version | Support Start Date | Support End Date |
15-
| -- | -- | -- |
16-
| [**v5.x**{: .no-release }](/{{page.lang}}/5x/api.html) | **not yet released**{: .no-release } | **not yet released**{: .no-release } |
17-
| [**v4.x**{: .supported }](/{{page.lang}}/4x/api.html) | April 2014 | **ongoing**{: .supported } |
18-
| [**v3.x**{: .eol }](/{{page.lang}}/3x/api.html) | October 2012 | July 2015 |
19-
| [**v2.x**{: .eol }](/2x/) | March 2011 | July 2012 |
20-
| **v1.x**{: .eol } | December 2010 | March 2011 |
21-
| **v0.14.x**{: .eol } | December 2010 | December 2010 |
15+
| Major Version | Minimum Node.js Version | Support Start Date | Support End Date |
16+
| -- | -- | -- | -- |
17+
| [**v5.x**{: .supported }](/{{page.lang}}/5x/api.html) | 18 | September 2024 | **ongoing**{: .supported } |
18+
| [**v4.x**{: .supported }](/{{page.lang}}/4x/api.html) | 0.10.0 | April 2014 | **ongoing**{: .supported } |
19+
| [**v3.x**{: .eol }](/{{page.lang}}/3x/api.html) | 0.8.0 | October 2012 | July 2015 |
20+
| [**v2.x**{: .eol }](/{{page.lang}}/2x/) | 0.4.1 | March 2011 | July 2012 |
21+
| **v1.x**{: .eol } | 0.2.0 | December 2010 | March 2011 |
22+
| **v0.14.x**{: .eol } | 0.1.98 | December 2010 | December 2010 |
2223

2324
## Commercial Support Options
2425

0 commit comments

Comments
 (0)