diff --git a/CHANGES.md b/CHANGES.md
index 2a3f350cf..7c0dbac62 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -35,6 +35,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 a3350a0c4..1aec9dfc8 100644
--- a/common/src/app/common/features.cljc
+++ b/common/src/app/common/features.cljc
@@ -59,7 +59,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
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?