Skip to content

Commit

Permalink
Improved error message when unable to connect to ScriptX.Services server
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteGCole committed Apr 17, 2019
1 parent 16b83b1 commit 3d2bab6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ The dependency on the [ScriptX Service Client Library](https://github.com/MeadCo
v1.5 Adds support for ScriptX Services on Windows PC.

## Current version
1.5.4

Updated the dependency on scriptxprint-htm to 1.5.4 which includes support for printing PDF files.
1.5.5

## Packages

Expand All @@ -32,7 +30,7 @@ npm install meadco-scriptxjs --save
### CDN Use

```html
<script src="https://cdn.jsdelivr.net/npm/meadco-scriptxjs@1.5.4/dist/meadco-scriptx.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/meadco-scriptxjs@1.5.5/dist/meadco-scriptx.min.js"></script>
```

## Quick start for working with ScriptX Add-on only
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scriptx"
],
"dependencies": {
"scriptxprint-html": "~1.5.4"
"scriptxprint-html": "~1.5.7"
},
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion dist/meadco-scriptx.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3d2bab6

Please sign in to comment.