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