File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 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
2323- move the jar file to ` <gitbucket_home>/plugins/ ` (` gitbucket_home ` defaults to ` ~/.gitbucket ` )
2424- restart gitbucket and enjoy
2525
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 |
2732
28- - 0.1: tested with gitbucket 3.9 & 3.10.x
2933
3034## Security (panic mode)
3135
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ organization := "gitbucket"
22
33name := " pages-plugin"
44
5- version := " 0.1 "
5+ version := " 0.2 "
66
77scalaVersion := " 2.11.7"
88
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