Skip to content

Commit d514dab

Browse files
author
chris del
committed
Merge branch 'gh-pages' of github.com:expressjs/expressjs.com into gh-pages
2 parents c9bc57d + 993111b commit d514dab

File tree

10 files changed

+85
-13
lines changed

10 files changed

+85
-13
lines changed

_includes/head.html

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,32 @@
1414

1515
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1616
<meta name="description" content="{{page.description}}">
17-
18-
<meta property="og:url" content="https://expressjs.com">
19-
<meta property="og:type" content="website">
20-
<meta property="og:title" content="{{page.title}}">
17+
<meta property="og:url" content="https://expressjs.com{{page.url}}">
18+
19+
{% if page.author %}
20+
<meta property="og:type" content="article" >
21+
<meta property="og:article:author" content="{{page.author}}">
22+
{% else %}
23+
<meta property="og:type" content="website" >
24+
{% endif %}
25+
26+
<meta name="title" property="og:title" content="{{page.title}}">
2127
<meta property="og:description" content="{{page.description}}">
22-
<meta property="og:image" content="https://expressjs.com/images/og.png">
23-
28+
{% if page.image %}
29+
<meta property="og:image" content="{{page.image}}" >
30+
{% else %}
31+
<meta property="og:image" content="https://expressjs.com/images/og.png" >
32+
{% endif %}
2433
<meta name="twitter:card" content="summary_large_image">
2534
<meta property="twitter:domain" content="expressjs.com">
26-
<meta property="twitter:url" content="https://expressjs.com">
35+
<meta property="twitter:url" content="https://expressjs.com{{page.url}}">
2736
<meta name="twitter:title" content="{{page.title}}">
2837
<meta name="twitter:description" content="{{page.description}}">
29-
<meta name="twitter:image" content="https://expressjs.com/images/og.png">
38+
{% if page contains "image" %}
39+
<meta property="twitter:image" content="{{ page.image }}" >
40+
{% else %}
41+
<meta property="twitter:image" content="https://expressjs.com/images/og.png" >
42+
{% endif %}
3043

3144
<script data-cfasync="false" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
3245
<script data-cfasync="false" src="/js/ismobile.js"></script>
Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,36 @@
11
---
22
layout: page
3-
title: Express 4.x changelog
4-
description: Stay updated with the release change log for Express.js 4.x, detailing new features, bug fixes, and important changes across versions.
3+
title: Express changelog
4+
description: Stay updated with the release changelog for Express.js, detailing new features, bug fixes, and important changes across versions.
55
menu: changelog
66
lang: en
7-
redirect_from: "/changelog/4x.html"
7+
redirect_from:
8+
- "/changelog/4x.html"
9+
- "en/changelog/4x.html"
810
---
911

10-
# Release Change Log
12+
# Release changelog
13+
14+
All the latest updates, improvements, and fixes to Express
15+
16+
## 5.0.1 - Release date: 2024-10-08
17+
{: id="5.0.1"}
18+
19+
The 5.0.1 patch release includes one security fix:
20+
21+
* Update [jshttps/cookie](https://www.npmjs.com/package/cookie) to address a [vulnerability](https://github.com/advisories/GHSA-pxg6-pf52-xh8x).
22+
23+
## 5.0.0 - Release date: 2024-09-09
24+
{: id="5.0.0"}
25+
26+
Check the [migration guide]({{page.lang}}/guide/migrating-5.html) with all the changes in this new version of Express.
27+
28+
## 4.21.1 - Release date: 2024-10-08
29+
{: id="4.21.1"}
30+
31+
The 4.21.1 patch release includes one security fix:
32+
33+
* Update [jshttps/cookie](https://www.npmjs.com/package/cookie) to address a [vulnerability](https://github.com/advisories/GHSA-pxg6-pf52-xh8x).
1134

1235
## 4.21.0 - Release date: 2024-09-11
1336
{: id="4.21.0"}

en/resources/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Members of the Express technical committee are:
2929
- [@sheplu](https://github.com/sheplu) - Jean Burellier
3030
- [@wesleytodd](https://github.com/wesleytodd) - Wes Todd
3131
- [@jonchurch](https://github.com/jonchurch) - Jon Church
32+
- [@ctcpip](https://github.com/ctcpip/) - Chris de Almeida
3233

3334
**Inactive:**
3435

en/resources/contributing.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,34 @@ dissent. When the PR is merged, a TC member will add them to the proper GitHub/
233233

234234
- Triage team [ref](https://github.com/expressjs/discussions/issues/227): @UlisesGascon
235235

236+
### Developer's Certificate of Origin 1.1
237+
238+
```text
239+
By making a contribution to this project, I certify that:
240+
241+
(a) The contribution was created in whole or in part by me and I
242+
have the right to submit it under the open source license
243+
indicated in the file; or
244+
245+
(b) The contribution is based upon previous work that, to the best
246+
of my knowledge, is covered under an appropriate open source
247+
license and I have the right under that license to submit that
248+
work with modifications, whether created in whole or in part
249+
by me, under the same open source license (unless I am
250+
permitted to submit under a different license), as indicated
251+
in the file; or
252+
253+
(c) The contribution was provided directly to me by some other
254+
person who certified (a), (b) or (c) and I have not modified
255+
it.
256+
257+
(d) I understand and agree that this project and the contribution
258+
are public and that a record of the contribution (including all
259+
personal information I submit with it, including my sign-off) is
260+
maintained indefinitely and may be redistributed consistent with
261+
this project or the open source license(s) involved.
262+
```
263+
236264
## Collaborator's guide
237265

238266
<!-- SRC: expressjs/express Collaborator-Guide.md -->

es/resources/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Los miembros del comité técnico de Express son:
2626
- [@sheplu](https://github.com/sheplu) - Jean Burellier
2727
- [@wesleytodd](https://github.com/wesleytodd) - Wes Todd
2828
- [@jonchurch](https://github.com/jonchurch) - Jon Church
29+
- [@ctcpip](https://github.com/ctcpip/) - Chris de Almeida
2930

3031
**Inactivos:**
3132

id/resources/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Members of the Express technical committee are:
2929
- [@sheplu](https://github.com/sheplu) - Jean Burellier
3030
- [@wesleytodd](https://github.com/wesleytodd) - Wes Todd
3131
- [@jonchurch](https://github.com/jonchurch) - Jon Church
32+
- [@ctcpip](https://github.com/ctcpip/) - Chris de Almeida
3233

3334
**Inactive:**
3435

pt-br/resources/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Os membros do comitê técnico do Express são:
2929
- [@sheplu](https://github.com/sheplu) - Jean Burellier
3030
- [@wesleytodd](https://github.com/wesleytodd) - Wes Todd
3131
- [@jonchurch](https://github.com/jonchurch) - Jon Church
32+
- [@ctcpip](https://github.com/ctcpip/) - Chris de Almeida
3233

3334
**Inativo:**
3435

th/resources/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Members of the Express technical committee are:
3333
- [@sheplu](https://github.com/sheplu) - Jean Burellier
3434
- [@wesleytodd](https://github.com/wesleytodd) - Wes Todd
3535
- [@jonchurch](https://github.com/jonchurch) - Jon Church
36+
- [@ctcpip](https://github.com/ctcpip/) - Chris de Almeida
3637

3738

3839
**Inactive:**

tr/resources/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Members of the Express technical committee are:
3333
- [@sheplu](https://github.com/sheplu) - Jean Burellier
3434
- [@wesleytodd](https://github.com/wesleytodd) - Wes Todd
3535
- [@jonchurch](https://github.com/jonchurch) - Jon Church
36+
- [@ctcpip](https://github.com/ctcpip/) - Chris de Almeida
3637

3738
**Inactive:**
3839

uk/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
3636
<h3>Продуктивність</h3> Express забезпечує тонкий прошарок базової функціональності для веб-застосунків, що не спотворює звичну та зручну функціональність Node.js.
3737
</div>
3838

39-
<div id="frameworks">
39+
<div id="middleware">
40+
<h3>Проміжні модулі</h3>
41+
Express — це легкий та гнучкий фреймворк для маршрутизації з мінімальним набором функцій, покликаний бути розширеним використовуючи <a href="{{ page.lang }}/resources/middleware.html">проміжні Express-модулі</a>.
4042
</div>
4143
</div>
4244

0 commit comments

Comments
 (0)