Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgodson committed Nov 10, 2022
1 parent ee48f8f commit d2f77d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopify-script-creator",
"private": true,
"version": "0.30.0",
"version": "0.32.0",
"description": "Shopify Script Creator",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/components/ChangeLogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export default function ChangeLogContent({newVersion} = props) {
<h3 id="changelog">Change Log</h3>

<ul>
<li>Reverted the last change to add cart discounted subtotal tier type option in tiered discount as there were some issues with generated scripts reported after this change</li>
<li>Removed <strong>Leave feedback</strong> link. The feedback form has not accepted responses for some time now.</li>
<li>Adjusted the script character limit indicator to the new maximum. </li>
<li>Added a new <strong>Grouped Tiered Discount</strong> Campaign. This can be used to group applicable items and discount them based on the quantity purchased.</li>
</ul>

<div style={{paddingTop: '2rem'}}>
Expand Down
2 changes: 1 addition & 1 deletion src/versions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
currentVersion: "0.31.1",
currentVersion: "0.32.0",
minimumVersion: "0.1.0",
}

0 comments on commit d2f77d3

Please sign in to comment.