Yuki Takei 7 лет назад
Родитель
Сommit
29e1b3817c
2 измененных файлов с 5 добавлено и 2 удалено
  1. 3 0
      CHANGES.md
  2. 2 2
      README.md

+ 3 - 0
CHANGES.md

@@ -5,6 +5,9 @@ CHANGES
 
 
 * Improvement: Restrict to access attachments when the user is not allowed to see page
 * Improvement: Restrict to access attachments when the user is not allowed to see page
 * Fix: Profile image is not displayed when `FILE_UPLOAD=mongodb`
 * Fix: Profile image is not displayed when `FILE_UPLOAD=mongodb`
+* Support: Launch with Node.js v10
+* Support: Launch with MongoDB 3.6
+* Support: Launch with Elasticsearch 6.6
 
 
 ## 3.3.10
 ## 3.3.10
 
 

+ 2 - 2
README.md

@@ -79,7 +79,7 @@ On-premise
 
 
 ### Dependencies
 ### Dependencies
 
 
-- node 8.x (DON'T USE 9.x)
+- Node.js v10.x (DON'T USE 11.x)
 - npm 6.x
 - npm 6.x
 - yarn
 - yarn
 - MongoDB 3.x
 - MongoDB 3.x
@@ -89,7 +89,7 @@ See [confirmed versions](https://docs.growi.org/dev/startup/dev-env.html#version
 #### Optional Dependencies
 #### Optional Dependencies
 
 
 - Redis 3.x
 - Redis 3.x
-- ElasticSearch 5.x (needed when using Full-text search)
+- ElasticSearch 6.x (needed when using Full-text search)
   - **CAUTION: Following plugins are required**
   - **CAUTION: Following plugins are required**
       - [Japanese (kuromoji) Analysis plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-kuromoji.html)
       - [Japanese (kuromoji) Analysis plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-kuromoji.html)
       - [ICU Analysis Plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html)
       - [ICU Analysis Plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html)