Explorar o código

Merge remote-tracking branch 'origin/release'

# Conflicts:
#	CHANGES.md
#	package.json
Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
8e1edc8253
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 4 0
      CHANGES.md
  2. 1 1
      bin/heroku/install-packages.sh

+ 4 - 0
CHANGES.md

@@ -20,6 +20,10 @@ Upgrading Guide: https://docs.growi.org/en/admin-guide/upgrading/36x.html
 * Support: Upgrade libs
     * growi-commons
 
+## 3.5.24
+
+* Fix: Plugins are not working on Heroku
+
 ## 3.5.23
 
 * Fix: Global Notification failed to send e-mail

+ 1 - 1
bin/heroku/install-packages.sh

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-yarn add -D $ADDITIONAL_PACKAGES
+yarn add $ADDITIONAL_PACKAGES