Skip to content

Commit

Permalink
Release gitbucket-gist-plugin 4.19.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe authored Jul 25, 2020
1 parent 4449640 commit 941903e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ This is a GitBucket plug-in which provides code snippet repository like Gist.

Plugin version | GitBucket version
:--------------|:--------------------
4.18.x | 4.32.x -
4.17.x | 4.30.x -
4.16.x | 4.26.x -
4.15.x | 4.25.x -
4.13.x, 4.14.x | 4.23.x -
4.12.x | 4.21.x -
4.11.x | 4.19.x -
4.19.x | 4.34.x -
4.18.x | 4.32.x - 4.33.x
4.17.x | 4.30.x - 4.31.x
4.16.x | 4.26.x - 4.29.x
4.15.x | 4.25.x
4.13.x, 4.14.x | 4.23.x - 4.24.x
4.12.x | 4.21.x - 4.22.x
4.11.x | 4.19.x - 4.20.x
4.10.x | 4.15.x - 4.18.x
4.9.x | 4.14.x
4.8.x | 4.11.x - 4.13.x
Expand All @@ -19,7 +20,7 @@ Plugin version | GitBucket version
4.5.x | 4.9.x
4.4.x | 4.8.x
4.2.x, 4.3.x | 4.2.x - 4.7.x
4.0.x | 4.0.x, 4.1.x
4.0.x | 4.0.x - 4.1.x
3.13.x | 3.13.x
3.12.x | 3.12.x
3.11.x | 3.11.x
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
organization := "io.github.gitbucket"
name := "gitbucket-gist-plugin"
version := "4.18.0"
version := "4.19.0"
scalaVersion := "2.13.3"
gitbucketVersion := "4.32.0"
gitbucketVersion := "4.34.0"

scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("4.15.0"),
new Version("4.16.0"),
new Version("4.17.0"),
new Version("4.18.0")
new Version("4.18.0"),
new Version("4.19.0")
)

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

0 comments on commit 941903e

Please sign in to comment.