File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ sbt clean assembly
83
83
84
84
## Release Notes
85
85
86
- ### Unreleased
86
+ ### 1.9.1
87
87
- remove backup api at GET /database/backup
88
88
- change method from GET to POST on /api/v3/plugins/database/backup
89
89
- backup endpoint is secure by default, and requires an api token for a user with admin rights
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ val ScalatraVersion = "2.7.1"
2
2
3
3
organization := " fr.brouillard.gitbucket"
4
4
name := " gitbucket-h2-backup-plugin"
5
- version := " 1.9.0 "
5
+ version := " 1.9.1 "
6
6
scalaVersion := " 2.13.5"
7
7
gitbucketVersion := " 4.35.3"
8
8
scalacOptions += " -deprecation"
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
20
20
new Version (" 1.6.0" ),
21
21
new Version (" 1.7.0" ),
22
22
new Version (" 1.8.0" ),
23
- new Version (" 1.9.0" ))
23
+ new Version (" 1.9.0" ),
24
+ new Version (" 1.9.1" ))
24
25
25
26
override val systemSettingMenus : Seq [(Context ) => Option [Link ]] = Seq (
26
27
(ctx : Context ) => Some (Link (" h2-backup" , " H2 Backup" , " admin/h2backup" ))
You can’t perform that action at this time.
0 commit comments