Skip to content

Commit 707e072

Browse files
committed
Fix secmgr failed to start.
1 parent 3fc0055 commit 707e072

32 files changed

Lines changed: 89 additions & 89 deletions

Test/ScriptX.Services Client/wwwroot/js/UnitTests/DevTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ QUnit.test("Factory basics", function (assert) {
44

55
assert.ok(window.factory, "factory namespace exists");
66
var api = window.factory;
7-
var expectedVersion = "1.15.0.5";
7+
var expectedVersion = "1.15.1.5";
88
var emulatedVersion = "8.3.0.0";
99
var servicesVersion = "11.12.13.14";
1010

Test/ScriptX.Services Client/wwwroot/js/site.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ var MeadCo = {
1010
}
1111

1212
const Versions = {
13-
MeadCo: "1.15.0.4",
13+
MeadCo: "1.15.1.4",
1414
MeadCoScriptX: "1.10.1",
15-
MeadCoScriptXPrint: "1.15.0.18",
16-
ScriptxFactoryServices: "1.15.0.6",
17-
MeadCoScriptXPrintLicensing: "1.15.0.4",
18-
MeadCoScriptXPrintHTML: "1.15.0.8",
19-
MeadCoScriptXPrintPDF: "1.15.0.2",
20-
SecMgr: "1.15.0.0",
21-
MeadCoScriptXPrintUI: "1.15.0.12"
15+
MeadCoScriptXPrint: "1.15.1.18",
16+
ScriptxFactoryServices: "1.15.1.6",
17+
MeadCoScriptXPrintLicensing: "1.15.1.4",
18+
MeadCoScriptXPrintHTML: "1.15.1.8",
19+
MeadCoScriptXPrintPDF: "1.15.1.2",
20+
SecMgr: "1.15.1.2",
21+
MeadCoScriptXPrintUI: "1.15.1.12"
2222
}

dist/meadco-scriptxservices.min.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/meadco-scriptxservicesUI-2.min.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/meadco-scriptxservicesUI.min.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/meadco-scriptxserviceslicensing.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/meadco-scriptxservicesprint.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/meadco-scriptxservicesprintUI-2.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/meadco-scriptxservicesprintUI.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-src/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Current Version : 1.15.0
1+
### Current Version : 1.15.1
22

33
The MeadCo ScriptX.Services project revolutionizes the control of printing for browser-based content across all browsers and devices,
44
eliminating the need for a binary add-on.

0 commit comments

Comments
 (0)