File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ sbt clean assembly
8383
8484## Release Notes
8585
86- ### Unreleased
86+ ### 1.9.1
8787- remove backup api at GET /database/backup
8888- change method from GET to POST on /api/v3/plugins/database/backup
8989- 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"
22
33organization := " fr.brouillard.gitbucket"
44name := " gitbucket-h2-backup-plugin"
5- version := " 1.9.0 "
5+ version := " 1.9.1 "
66scalaVersion := " 2.13.5"
77gitbucketVersion := " 4.35.3"
88scalacOptions += " -deprecation"
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2020 new Version (" 1.6.0" ),
2121 new Version (" 1.7.0" ),
2222 new Version (" 1.8.0" ),
23- new Version (" 1.9.0" ))
23+ new Version (" 1.9.0" ),
24+ new Version (" 1.9.1" ))
2425
2526 override val systemSettingMenus : Seq [(Context ) => Option [Link ]] = Seq (
2627 (ctx : Context ) => Some (Link (" h2-backup" , " H2 Backup" , " admin/h2backup" ))
You can’t perform that action at this time.
0 commit comments