From 5605a0d1b7d04c40d43a9ad64dd8ff66b8108c86 Mon Sep 17 00:00:00 2001 From: "Misty (Bot)" Date: Tue, 27 Oct 2020 09:08:02 +0000 Subject: [PATCH 1/3] Latest translations and fallbacks --- public/language/he/user.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/he/user.json b/public/language/he/user.json index 59febddb52..4152424ca1 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -8,12 +8,12 @@ "email": "כתובת אימייל", "confirm_email": "אשר מייל", "account_info": "פרטי חשבון", - "admin_actions_label": "Administrative Actions", + "admin_actions_label": "פעולות ניהוליות", "ban_account": "הרחק חשבון", "ban_account_confirm": "אתה בטוח שברצונך להרחיק את המשתמש הזה?", "unban_account": "בטל את הרחקת החשבון", "delete_account": "מחק חשבון", - "delete_account_as_admin": "Delete Account", + "delete_account_as_admin": "מחק חשבון", "delete_content": "Delete Account Content", "delete_all": "Delete Account and Content", "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", From 7c084134c72b50062d95a7d18d8cde09997a1640 Mon Sep 17 00:00:00 2001 From: "Misty (Bot)" Date: Tue, 27 Oct 2020 13:41:05 +0000 Subject: [PATCH 2/3] chore: incrementing version number - v1.15.0-rc.2 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 9816133c68..0071196663 100644 --- a/install/package.json +++ b/install/package.json @@ -2,7 +2,7 @@ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", - "version": "1.15.0-rc.1", + "version": "1.15.0-rc.2", "homepage": "http://www.nodebb.org", "repository": { "type": "git", From c3a7ab54dc5144a9e5cc2fdf4c0faa36a85c6617 Mon Sep 17 00:00:00 2001 From: "Misty (Bot)" Date: Tue, 27 Oct 2020 13:41:06 +0000 Subject: [PATCH 3/3] chore: update changelog for v1.15.0-rc.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b8daf923..d2fe111322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +#### v1.15.0-rc.2 (2020-10-27) + +##### Chores + +* incrementing version number - v1.15.0-rc.2 (7c084134) +* update changelog for v1.15.0-rc.1 (4f49b3da) +* **deps:** update dependency eslint to v7.12.0 (#8791) (3108f628) + +##### New Features + +* add filter:category.getFields (88a07e69) + +##### Bug Fixes + +* **deps:** + * update dependency nodebb-theme-persona to v10.2.62 (#8798) (12c590ad) + * update dependency nodebb-plugin-mentions to v2.13.1 (#8790) (8353857b) + +##### Performance Improvements + +* reorder async calls (93bdfe2f) + #### v1.15.0-rc.1 (2020-10-26) ##### Chores