From 4355b34d0ec72b6f91e577811f68fa14e73f7dcc Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Mon, 15 May 2023 16:44:02 +0000 Subject: [PATCH 01/10] chore: incrementing version number - v3.1.3 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 90b4916591..fac61cf2da 100644 --- a/install/package.json +++ b/install/package.json @@ -2,7 +2,7 @@ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", - "version": "3.1.2", + "version": "3.1.3", "homepage": "https://www.nodebb.org", "repository": { "type": "git", From 9924fde6a2bb9f8dd4945bb4d08a85e8d3a9c794 Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Mon, 15 May 2023 16:44:03 +0000 Subject: [PATCH 02/10] chore: update changelog for v3.1.3 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e846b96420..5ce6513dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +#### v3.1.3 (2023-05-15) + +##### Chores + +* incrementing version number - v3.1.2 (40fa3489) +* update changelog for v3.1.2 (5b398782) +* incrementing version number - v3.1.1 (40250733) +* incrementing version number - v3.1.0 (0cb386bd) +* incrementing version number - v3.0.1 (26f6ea49) +* incrementing version number - v3.0.0 (224e08cd) + +##### Continuous Integration + +* use GitHub Actions expression instead of handlebars template (#11599) (412a1ecf) +* tag with branch name if not default branch (cd7fdfce) + +##### Bug Fixes + +* #11601, dont trigger edit if chat input has text (d55cd464) +* #11600, prevent helmet crash on startup (8eed5a84) +* #11594 (85d104c3) + +##### Other Changes + +* use csrf_token in ws handshake (#11573) (51096ad2) + #### v3.1.2 (2023-05-12) ##### Chores From 2910cb2b26dc26fdaa7d6636c361f8acbdb960d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 18 May 2023 10:29:04 -0400 Subject: [PATCH 03/10] fix: #11572 add width to emojis --- src/views/emails/partials/header.tpl | 99 +++++++++++++++------------- 1 file changed, 52 insertions(+), 47 deletions(-) diff --git a/src/views/emails/partials/header.tpl b/src/views/emails/partials/header.tpl index a467339215..be45efadaf 100644 --- a/src/views/emails/partials/header.tpl +++ b/src/views/emails/partials/header.tpl @@ -8,7 +8,7 @@ - + - + + /* https://github.com/NodeBB/NodeBB/issues/11572 */ + img[src*="nodebb-plugin-emoji"] { + width: 23px; + height: auto; + vertical-align: top; + } + - - + + -
+
- -