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,7 +4,8 @@ This plug-in provides notifications feature on GitBucket.
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
- 1.4.0 | 4.19.0
7
+ 1.5.x | 4.23.0
8
+ 1.4.x | 4.19.x - 4.22.x
8
9
1.2.x, 1.3.x | 4.17.x - 4.18.x
9
10
1.1.x | 4.16.x
10
11
1.0.x | 4.15.x
Original file line number Diff line number Diff line change 1
1
name := " gitbucket-notifications-plugin"
2
2
organization := " io.github.gitbucket"
3
- version := " 1.4 .0"
3
+ version := " 1.5 .0"
4
4
scalaVersion := " 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 {
27
27
new Version (" 1.3.0" ,
28
28
new LiquibaseMigration (" update/gitbucket-notifications_1.3.xml" )
29
29
),
30
- new Version (" 1.4.0" )
30
+ new Version (" 1.4.0" ),
31
+ new Version (" 1.5.0" )
31
32
)
32
33
33
34
override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments