We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baf7b2 commit f8255f6Copy full SHA for f8255f6
README.md
@@ -18,6 +18,13 @@ Plugin version | GitBucket version
18
19
Download jar file from [the release page](https://github.com/gitbucket/gitbucket-gist-plugin/releases) and put into `GITBUCKET_HOME/plugins`.
20
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
28
## Build from source
29
30
1. Hit `./sbt.sh package` in the root directory of this repository.
0 commit comments