From a58ad2298ac3bd9cb4a85d6fbb22b183cd665f46 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Fri, 15 Nov 2024 09:04:59 +0100 Subject: [PATCH 1/2] :bug: Activate plugin feature by default --- CHANGES.md | 2 ++ common/src/app/common/features.cljc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3a7117463..c368ed0d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,8 @@ ### :bug: Bugs fixed - Fix problem creating manual overlay interactions [Taiga #9146](https://tree.taiga.io/project/penpot/issue/9146) +- Fix plugins list default URL +- Activate plugins feature by default ## 2.3.2 diff --git a/common/src/app/common/features.cljc b/common/src/app/common/features.cljc index c8fcb4b10..4ea906563 100644 --- a/common/src/app/common/features.cljc +++ b/common/src/app/common/features.cljc @@ -57,7 +57,8 @@ #{"fdata/shape-data-type" "styles/v2" "layout/grid" - "components/v2"}) + "components/v2" + "plugins/runtime"}) ;; A set of features which only affects on frontend and can be enabled ;; and disabled freely by the user any time. This features does not From 3cdbd7f381009cd8ef93038d48e669b453a2efd9 Mon Sep 17 00:00:00 2001 From: Praveen Juge Date: Thu, 14 Nov 2024 22:38:42 +0530 Subject: [PATCH 2/2] :books: Fix spelling: change assents to assets --- docs/plugins/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/faq.md b/docs/plugins/faq.md index ea8aab8f2..471818555 100644 --- a/docs/plugins/faq.md +++ b/docs/plugins/faq.md @@ -65,7 +65,7 @@ You will be able to share your plugin with the like this: https:\/\/yourdomain.com/assents/manifest.json +The url you that you need to provide in the plugin manager should look like this: https:\/\/yourdomain.com/assets/manifest.json ### Where can I get support if I find a bug or an unexpected behavior?