File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This plug-in provides Emoji support for GitBucket.
99
1010Plugin version | GitBucket version
1111:--------------|:--------------------
12+ 4.5.x | 4.18.x -
12134.4.x | 4.10.x -
13144.3.x | 4.3.x - 4.9.x
1415
Original file line number Diff line number Diff line change 11val Organization = " io.github.gitbucket"
22val ProjectName = " gitbucket-emoji-plugin"
3- val ProjectVersion = " 4.5.0-SNAPSHOT "
4- val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.16 .0" )
3+ val ProjectVersion = " 4.5.0"
4+ val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.18 .0" )
55
66organization := Organization
77name := ProjectName
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1414
1515 override val versions : List [Version ] = List (
1616 new Version (" 4.3.0" ),
17- new Version (" 4.4.0" )
17+ new Version (" 4.4.0" ),
18+ new Version (" 4.5.0" )
1819 )
1920
2021 override val assetsMappings = Seq (" /emoji" -> " /gitbucket/emoji/assets" )
You can’t perform that action at this time.
0 commit comments