Skip to content

Commit 941903e

Browse files
authored
Release gitbucket-gist-plugin 4.19.0 (#63)
1 parent 4449640 commit 941903e

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ This is a GitBucket plug-in which provides code snippet repository like Gist.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7-
4.18.x | 4.32.x -
8-
4.17.x | 4.30.x -
9-
4.16.x | 4.26.x -
10-
4.15.x | 4.25.x -
11-
4.13.x, 4.14.x | 4.23.x -
12-
4.12.x | 4.21.x -
13-
4.11.x | 4.19.x -
7+
4.19.x | 4.34.x -
8+
4.18.x | 4.32.x - 4.33.x
9+
4.17.x | 4.30.x - 4.31.x
10+
4.16.x | 4.26.x - 4.29.x
11+
4.15.x | 4.25.x
12+
4.13.x, 4.14.x | 4.23.x - 4.24.x
13+
4.12.x | 4.21.x - 4.22.x
14+
4.11.x | 4.19.x - 4.20.x
1415
4.10.x | 4.15.x - 4.18.x
1516
4.9.x | 4.14.x
1617
4.8.x | 4.11.x - 4.13.x
@@ -19,7 +20,7 @@ Plugin version | GitBucket version
1920
4.5.x | 4.9.x
2021
4.4.x | 4.8.x
2122
4.2.x, 4.3.x | 4.2.x - 4.7.x
22-
4.0.x | 4.0.x, 4.1.x
23+
4.0.x | 4.0.x - 4.1.x
2324
3.13.x | 3.13.x
2425
3.12.x | 3.12.x
2526
3.11.x | 3.11.x

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
organization := "io.github.gitbucket"
22
name := "gitbucket-gist-plugin"
3-
version := "4.18.0"
3+
version := "4.19.0"
44
scalaVersion := "2.13.3"
5-
gitbucketVersion := "4.32.0"
5+
gitbucketVersion := "4.34.0"
66

77
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
88
javacOptions in compile ++= Seq("-target", "8", "-source", "8")

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
4040
new Version("4.15.0"),
4141
new Version("4.16.0"),
4242
new Version("4.17.0"),
43-
new Version("4.18.0")
43+
new Version("4.18.0"),
44+
new Version("4.19.0")
4445
)
4546

4647
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {

0 commit comments

Comments
 (0)