Skip to content

Commit fb27e52

Browse files
committed
Merge branch 'release/0.1.0'
2 parents 2ade945 + d0c9974 commit fb27e52

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
.DS_Store
33
dist
44
dist-ssr
5-
*.local
5+
*.local
6+
config.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The simplest method for integration is to load the compiled and distributed `giv
1515
"environment": "staging"
1616
}
1717
</script>
18-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/givex-js@0.0.1/dist/givex.js"></script>
18+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/givex-js@0.1.0/dist/givex.js"></script>
1919
```
2020

2121
The easiest way to do this if you're using a Liquid-based Shopify theme is to copy-paste the Liquid snippet found in `snippets/givex-js.liquid` into your theme, and then rendering that snippet in your `theme.liquid` and `checkout.liquid`:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "givex-js",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Javascript library for Disco Labs' Givex Integration for Shopify.",
55
"repository": {
66
"type": "git",

snippets/givex-js.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{%- liquid
1414

1515
assign DEFAULT_CARD_CODE_LENGTH = 20
16-
assign DEFAULT_CDN_URL = 'https://cdn.jsdelivr.net/npm/givex-js@0.0.1/dist/givex.js'
16+
assign DEFAULT_CDN_URL = 'https://cdn.jsdelivr.net/npm/givex-js@0.1.0/dist/givex.js'
1717
assign DEFAULT_ENDPOINT = 'https://givex-integration.discolabs.com/api/v1'
1818
assign DEFAULT_SECURITY_CODE_POLICY = 'security_code_is_required'
1919

0 commit comments

Comments
 (0)