Skip to content

Commit 9212da3

Browse files
committed
Version 1.13.0
1 parent cfdb6c9 commit 9212da3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ It is then possible, for example, to notify every user that an upgrade of the sy
1616

1717
Plugin version | GitBucket version
1818
:--------------|:-----------------
19+
1.13.x | 4.33.x
1920
1.12.x | 4.32.x
2021
1.11.x | 4.26.x
2122
1.10.x | 4.21.x -> 4.25.x
@@ -40,6 +41,11 @@ Plugin version | GitBucket version
4041

4142
## Release Notes
4243

44+
### 1.13.0
45+
46+
- [pullrequest-19](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/pull/19) Support for extra mail address
47+
48+
4349
### 1.12.0
4450

4551
- [pullrequest-18](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/pull/18) update to gitbucket 4.23.0 and Scala 2.13.0

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "gitbucket-announce-plugin"
22
organization := "fr.brouillard.gitbucket"
3-
version := "1.12.0"
4-
scalaVersion := "2.13.0"
5-
gitbucketVersion := "4.32.0"
3+
version := "1.13.0"
4+
scalaVersion := "2.13.1"
5+
gitbucketVersion := "4.33.0"
66
scalacOptions += "-deprecation"

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2626
, new Version("1.10.0")
2727
, new Version("1.11.0")
2828
, new Version("1.12.0")
29+
, new Version("1.13.0")
2930
)
3031

3132
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(

0 commit comments

Comments
 (0)