File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ This plug-in provides notifications feature on GitBucket.
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
- 1.8.x | 4.32.x
8
- 1.7.x | 4.30.x
9
- 1.6.x | 4.26.x
7
+ 1.9.x | 4.34.x
8
+ 1.8.x | 4.32.x - 4.33.x
9
+ 1.7.x | 4.30.x - 4.31.x
10
+ 1.6.x | 4.26.x - 4.29.x
10
11
1.5.x | 4.23.x - 4.25.x
11
12
1.4.x | 4.19.x - 4.22.x
12
13
1.2.x, 1.3.x | 4.17.x - 4.18.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.8 .0"
3
+ version := " 1.9 .0"
4
4
scalaVersion := " 2.13.3"
5
- gitbucketVersion := " 4.32 .0"
5
+ gitbucketVersion := " 4.34 .0"
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
33
33
new Version (" 1.6.0" ),
34
34
new Version (" 1.7.0" ),
35
35
new Version (" 1.7.1" ),
36
- new Version (" 1.8.0" )
36
+ new Version (" 1.8.0" ),
37
+ new Version (" 1.9.0" )
37
38
)
38
39
39
40
override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments