File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,13 @@ This plugin provides *Project Pages* for
23
23
- move the jar file to ` <gitbucket_home>/plugins/ ` (` gitbucket_home ` defaults to ` ~/.gitbucket ` )
24
24
- restart gitbucket and enjoy
25
25
26
- ## Version compatibility
26
+ ## Versions
27
+
28
+ | pages version | gitbucket version |
29
+ | :---: | :---: |
30
+ | 0.2 | 3.11 |
31
+ | 0.1 | 3.9 & 3.10.x |
27
32
28
- - 0.1: tested with gitbucket 3.9 & 3.10.x
29
33
30
34
## Security (panic mode)
31
35
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ organization := "gitbucket"
2
2
3
3
name := " pages-plugin"
4
4
5
- version := " 0.1 "
5
+ version := " 0.2 "
6
6
7
7
scalaVersion := " 2.11.7"
8
8
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scalariform" % " sbt-scalariform" % " 1.6.0" )
1
+ addSbtPlugin(" org.scalariform" % " sbt-scalariform" % " 1.6.0" )
You can’t perform that action at this time.
0 commit comments