Skip to content

Commit ff3cef3

Browse files
committed
update ver. info
1 parent b0b70ae commit ff3cef3

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Download jar file from [the release page](https://github.com/mrkm4ntr/gitbucket-
1212

1313
Plugin version|GitBucket version
1414
:---|:---
15+
1.8.x|4.34.x
1516
1.7.x|4.32.x
1617
1.6.x|4.26.x
1718
1.5|4.19.x

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "com.github.mrkm4ntr"
22
val Name = "gitbucket-network-plugin"
3-
val Version = "1.7.0"
3+
val Version = "1.8.0"
44

55
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
66

src/main/scala/Plugin.scala

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
import javax.servlet.ServletContext
2-
3-
import gitbucket.core.controller.{Context, ControllerBase}
4-
import gitbucket.core.plugin.{PluginRegistry, Link}
1+
import gitbucket.core.controller.Context
2+
import gitbucket.core.plugin.Link
53
import gitbucket.core.service.RepositoryService.RepositoryInfo
6-
import gitbucket.core.service.SystemSettingsService.SystemSettings
74
import io.github.gitbucket.solidbase.model.Version
85
import mrkm4ntr.gitbucket.network.controller.NetworkController
96

@@ -23,7 +20,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2320
new Version("1.5"),
2421
new Version("1.6.0"),
2522
new Version("1.6.1"),
26-
new Version("1.7.0")
23+
new Version("1.7.0"),
24+
new Version("1.8.0")
2725
)
2826

2927
override val description: String = "Provides Network feature on Gitbucket."

0 commit comments

Comments
 (0)