From 324610deb7bb62495ff8b26e0434292a3c5c5202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sat, 6 Jul 2024 18:57:58 -0400 Subject: [PATCH 1/3] chore: up persona --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index b1dc0ba5db..05be3af0a0 100644 --- a/install/package.json +++ b/install/package.json @@ -107,7 +107,7 @@ "nodebb-theme-harmony": "1.2.63", "nodebb-theme-lavender": "7.1.8", "nodebb-theme-peace": "2.2.6", - "nodebb-theme-persona": "13.3.24", + "nodebb-theme-persona": "13.3.25", "nodebb-widget-essentials": "7.0.16", "nodemailer": "6.9.13", "nprogress": "0.2.0", From 548e5b4545c20d91f47b9e2429b3248f39f388eb Mon Sep 17 00:00:00 2001 From: SinisterSpatula <49018201+SinisterSpatula@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:38:36 -0500 Subject: [PATCH 2/3] Update crop_picture.tpl (#12676) Fixes an issue where clicking flip vertical the first time has no effect on the image. --- src/views/modals/crop_picture.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modals/crop_picture.tpl b/src/views/modals/crop_picture.tpl index a36f32d2b2..519bacd5ec 100644 --- a/src/views/modals/crop_picture.tpl +++ b/src/views/modals/crop_picture.tpl @@ -23,7 +23,7 @@
- +
From cb4bf9dd531a1e0089f163aa30b0f5917918a8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 15 Jul 2024 09:04:37 -0400 Subject: [PATCH 3/3] chore: up widgets --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 05be3af0a0..94abfdee3c 100644 --- a/install/package.json +++ b/install/package.json @@ -108,7 +108,7 @@ "nodebb-theme-lavender": "7.1.8", "nodebb-theme-peace": "2.2.6", "nodebb-theme-persona": "13.3.25", - "nodebb-widget-essentials": "7.0.16", + "nodebb-widget-essentials": "7.0.17", "nodemailer": "6.9.13", "nprogress": "0.2.0", "passport": "0.7.0",