Browse Source

Merge pull request #1436 from weseek/fix/1420-plugins-on-heroku

Fix/1420 plugins on heroku
Yuki Takei 6 years ago
parent
commit
bade5c7b29
3 changed files with 6 additions and 3 deletions
  1. 4 1
      CHANGES.md
  2. 1 1
      bin/heroku/install-packages.sh
  3. 1 1
      package.json

+ 4 - 1
CHANGES.md

@@ -15,8 +15,11 @@ Upgrading Guide: https://docs.growi.org/en/admin-guide/upgrading/36x.html
 * Improvement: Drop unnecessary MongoDB collection indexes
 
 
+## 3.5.24-RC
 
-## 3.5.23-RC
+* Fix: Plugins are not working on Heroku
+
+## 3.5.23
 
 * Fix: Global Notification failed to send e-mail
 * Fix: Pagination is not working for trash list

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

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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "3.5.23-RC",
+  "version": "3.5.24-RC",
   "description": "Team collaboration software using markdown",
   "tags": [
     "wiki",