File tree 3 files changed +6
-4
lines changed
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.
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
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
9
10
4.8.x | 4.11.x - 4.13.x
10
11
4.7.x | 4.11.x
11
12
4.6.x | 4.10.x
Original file line number Diff line number Diff line change 1
1
val Organization = " io.github.gitbucket"
2
2
val ProjectName = " gitbucket-gist-plugin"
3
- val ProjectVersion = " 4.10 .0"
3
+ val ProjectVersion = " 4.11 .0"
4
4
val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.19.0-SNAPSHOT" )
5
5
6
6
lazy 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 {
32
32
new Version (" 4.8.0" ),
33
33
new Version (" 4.9.0" ),
34
34
new Version (" 4.9.1" ),
35
- new Version (" 4.10.0" )
35
+ new Version (" 4.10.0" ),
36
+ new Version (" 4.11.0" )
36
37
)
37
38
38
39
override def initialize (registry : PluginRegistry , context : ServletContext , settings : SystemSettings ): Unit = {
You can’t perform that action at this time.
0 commit comments