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 f2d6c1d commit 8cd1c54Copy full SHA for 8cd1c54
src/main/scala/Plugin.scala
@@ -5,14 +5,15 @@ import javax.servlet.ServletContext
5
6
class Plugin extends gitbucket.core.plugin.Plugin {
7
override val pluginId: String = "embedding"
8
- override val pluginName: String = "Embed Snippet Plugin"
+ override val pluginName: String = "Embedded Snippet Plugin"
9
override val description: String = "Convert link of code to embed snippet"
10
override val versions: List[Version] = List(
11
new Version("0.1.0"),
12
new Version("0.1.1"),
13
new Version("0.1.2"),
14
new Version("1.0.0"),
15
- new Version("1.0.1")
+ new Version("1.0.1"),
16
+ new Version("1.0.2"),
17
)
18
19
override val assetsMappings: Seq[(String, String)] = Seq("/embedding" -> "/embedding/assets")
0 commit comments