File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11name := " gitbucket-embedding-plugin"
22organization := " io.github.gitbucket"
3- version := " 1.1 .0"
3+ version := " 1.2 .0"
44scalaVersion := " 2.13.6"
55gitbucketVersion := " 4.35.3"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1414 new Version (" 1.0.0" ),
1515 new Version (" 1.0.1" ),
1616 new Version (" 1.1.0" ),
17+ new Version (" 1.2.0" ),
1718 )
1819
1920 override val assetsMappings : Seq [(String , String )] = Seq (" /embedding" -> " /embedding/assets" )
@@ -22,7 +23,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2223 val jsPath = settings.baseUrl.getOrElse(context.getContextPath) + " /plugin-assets/embedding/entry.js"
2324 Seq (" .*" ->
2425 s """ </script>
25- |<script src=" ${ jsPath} "> """ .stripMargin)
26+ |<script src=" $jsPath"> """ .stripMargin)
2627 }
2728
2829}
You can’t perform that action at this time.
0 commit comments