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,7 +4,8 @@ This plug-in provides notifications feature on GitBucket.
44
55Plugin version | GitBucket version
66:--------------|:--------------------
7- 1.4.0 | 4.19.0
7+ 1.5.x | 4.23.0
8+ 1.4.x | 4.19.x - 4.22.x
891.2.x, 1.3.x | 4.17.x - 4.18.x
9101.1.x | 4.16.x
10111.0.x | 4.15.x
Original file line number Diff line number Diff line change 11name := " gitbucket-notifications-plugin"
22organization := " io.github.gitbucket"
3- version := " 1.4 .0"
3+ version := " 1.5 .0"
44scalaVersion := " 2.12.4"
5- gitbucketVersion := " 4.19 .0"
5+ gitbucketVersion := " 4.23 .0"
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2727 new Version (" 1.3.0" ,
2828 new LiquibaseMigration (" update/gitbucket-notifications_1.3.xml" )
2929 ),
30- new Version (" 1.4.0" )
30+ new Version (" 1.4.0" ),
31+ new Version (" 1.5.0" )
3132 )
3233
3334 override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments