File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ This is a GitBucket plug-in which provides code snippet repository like Gist.
44
55Plugin version | GitBucket version
66:--------------|:--------------------
7- 4.10.x | 4.15.x -
8- 4.9.x | 4.14.x -
7+ 4.11.x | 4.19.x -
8+ 4.10.x | 4.15.x - 4.18.x
9+ 4.9.x | 4.14.x
9104.8.x | 4.11.x - 4.13.x
10114.7.x | 4.11.x
11124.6.x | 4.10.x
Original file line number Diff line number Diff line change 11val Organization = " io.github.gitbucket"
22val ProjectName = " gitbucket-gist-plugin"
3- val ProjectVersion = " 4.10 .0"
3+ val ProjectVersion = " 4.11 .0"
44val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.19.0-SNAPSHOT" )
55
66lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3232 new Version (" 4.8.0" ),
3333 new Version (" 4.9.0" ),
3434 new Version (" 4.9.1" ),
35- new Version (" 4.10.0" )
35+ new Version (" 4.10.0" ),
36+ new Version (" 4.11.0" )
3637 )
3738
3839 override def initialize (registry : PluginRegistry , context : ServletContext , settings : SystemSettings ): Unit = {
You can’t perform that action at this time.
0 commit comments