We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1074d15 commit 5f31842Copy full SHA for 5f31842
src/main/scala/Plugin.scala
@@ -3,7 +3,6 @@ import io.github.gitbucket.solidbase.model.Version
3
import gitbucket.core.controller.Context
4
import gitbucket.core.plugin.Link
5
6
-
7
class Plugin extends gitbucket.core.plugin.Plugin {
8
override val pluginId: String = "h2-backup"
9
@@ -17,8 +16,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
17
16
new Version("1.3.0"),
18
new Version("1.4.0"),
19
new Version("1.5.0"),
20
- new Version("1.5.1")
21
- )
+ new Version("1.5.1"),
+ new Version("1.6.0"))
22
23
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(
24
(ctx: Context) => Some(Link("h2-backup", "H2 Backup", "admin/h2backup"))
0 commit comments