Skip to content

Commit f8255f6

Browse files
authored
Update README.md
1 parent 1baf7b2 commit f8255f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Plugin version | GitBucket version
1818

1919
Download jar file from [the release page](https://github.com/gitbucket/gitbucket-gist-plugin/releases) and put into `GITBUCKET_HOME/plugins`.
2020

21+
**Note:** If you had used this plugin with GitBucket 3.x, it does not work after upgrading GitBucket 4.x. Solution is below:
22+
23+
1. `UPDATE VERSIONS SET VERSION='2.0.0' WHERE MODULE_ID='gist';`
24+
2. restart gitbucket
25+
3. can open snippets page
26+
4. `SELECT VERSION FROM VERSIONS WHERE MODULE_ID='gist'` -> `4.2.0`
27+
2128
## Build from source
2229

2330
1. Hit `./sbt.sh package` in the root directory of this repository.

0 commit comments

Comments
 (0)