File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
name := " gitbucket-embedding-plugin"
2
2
organization := " io.github.gitbucket"
3
- version := " 1.1 .0"
3
+ version := " 1.2 .0"
4
4
scalaVersion := " 2.13.6"
5
5
gitbucketVersion := " 4.35.3"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
14
14
new Version (" 1.0.0" ),
15
15
new Version (" 1.0.1" ),
16
16
new Version (" 1.1.0" ),
17
+ new Version (" 1.2.0" ),
17
18
)
18
19
19
20
override val assetsMappings : Seq [(String , String )] = Seq (" /embedding" -> " /embedding/assets" )
@@ -22,7 +23,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
22
23
val jsPath = settings.baseUrl.getOrElse(context.getContextPath) + " /plugin-assets/embedding/entry.js"
23
24
Seq (" .*" ->
24
25
s """ </script>
25
- |<script src=" ${ jsPath} "> """ .stripMargin)
26
+ |<script src=" $jsPath"> """ .stripMargin)
26
27
}
27
28
28
29
}
You can’t perform that action at this time.
0 commit comments