소스 검색

:+1: version and upgrade docs

Yuki Takei 6 년 전
부모
커밋
59e4426ac1
2개의 변경된 파일17개의 추가작업 그리고 6개의 파일을 삭제
  1. 16 5
      CHANGES.md
  2. 1 1
      package.json

+ 16 - 5
CHANGES.md

@@ -1,12 +1,21 @@
 # CHANGES
 
-## 3.5.20-RC
+## 3.6.0-RC
 
-* 
+### BREAKING CHANGES
+
+* The name of database that is storing migrations meta data has been changed
+    * This affects **only when `MONGO_URI` has parameters**
+    * v3.5.x or above has a bug ([#1361](https://github.com/weseek/growi/issues/1361))
 
-## 3.5.19
+Upgrading Guide: https://docs.growi.org/en/admin-guide/upgrading/36x.html
+
+### Updates
 
 * Improvement: Drop unnecessary MongoDB collection indexes
+
+## 3.5.20
+
 * Improvement: Organize MongoDB collection indexes uniqueness
 * Improvement: Reactify admin pages (External Account Management)
 * Fix: Search result or Timeline shows loading icon eternally when retrieving not accessible page
@@ -20,6 +29,8 @@
     * react-i18next
     * validator
 
+## 3.5.19 (Missing number)
+
 ## 3.5.18
 
 * Improvement: Import GROWI Archive
@@ -186,7 +197,7 @@
 * The restriction mode of the root page (`/`) will be set 'Public'
 * The restriction mode of the root page (`/`) can not be changed after v 3.5.1
 
-Upgrading Guide: https://docs.growi.org/guide/upgrading/35x.html
+Upgrading Guide: https://docs.growi.org/en/admin-guide/upgrading/35x.html
 
 ### Updates
 
@@ -303,7 +314,7 @@ Upgrading Guide: https://docs.growi.org/guide/upgrading/35x.html
 
 None.
 
-Upgrading Guide: https://docs.growi.org/guide/upgrading/34x.html
+Upgrading Guide: https://docs.growi.org/en/admin-guide/upgrading/34x.html
 
 ### Updates
 

+ 1 - 1
package.json

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