You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ Plugin version | GitBucket version
18
18
19
19
Download jar file from [the release page](https://github.com/gitbucket/gitbucket-gist-plugin/releases) and put into `GITBUCKET_HOME/plugins`.
20
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
+
21
28
## Build from source
22
29
23
30
1. Hit `./sbt.sh package` in the root directory of this repository.
0 commit comments