File tree 4 files changed +6
-4
lines changed
src/main/scala/gitbucket/notifications/service
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This plug-in provides notifications feature on GitBucket.
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
+ 1.7.x | 4.30.x
7
8
1.6.x | 4.26.x
8
9
1.5.x | 4.23.x - 4.25.x
9
10
1.4.x | 4.19.x - 4.22.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.6 .0"
4
- scalaVersion := " 2.12.6 "
5
- gitbucketVersion := " 4.26.0 "
3
+ version := " 1.7 .0"
4
+ scalaVersion := " 2.12.7 "
5
+ gitbucketVersion := " 4.30.0-SNAPSHOT "
Original file line number Diff line number Diff line change 1
- sbt.version =1.1 .6
1
+ sbt.version =1.2 .6
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ class IssueHook extends gitbucket.core.plugin.IssueHook
132
132
Markdown .toHtml(
133
133
markdown = markdown,
134
134
repository = r,
135
+ branch = r.repository.defaultBranch,
135
136
enableWikiLink = false ,
136
137
enableRefsLink = true ,
137
138
enableAnchor = false ,
You can’t perform that action at this time.
0 commit comments