Releases: jgodson/shopify-script-creator
Releases · jgodson/shopify-script-creator
V0.22.3
V0.22.2
V0.22.1
V0.22.0
V0.21.1
V0.21.0
Change log
- 21.0 - (BETA FEATURE) Added the ability to minify scripts. This can help with scripts that end up going over the character limit and will fit them within that limit. If you encounter a script where minification causes issues, please let me know via the Leave feedback link.
- 21.0 - Added a visible character count and the maximum characters allowed within a script.
BETA V0.20.0
Change log
- Removed some fallbacks that were in place for default arguments that are no longer used. If you have issues with an existing saved script, try re-selecting your current options in all selects and then generate the script again.
- Added the ability to Activate and Deactivate campagins. Deactivated campaigns will not be included in generated code.
BETA V0.19.0
Change log
- 19.0 - Fixed a bug in the Customer Email Qualifier that caused issues when the customer did not have an email associated with their account
- 19.0 - Added an Item Price Qualifier to the list of Line Item Qualifiers. This allows you to check that the prices of invididual items in the cart are more than or less than a specific amount
BETA V0.18.0
Change Log
- The Cart/Item subtotal qualifier now has options to check the difference between the original cart or item subtotal and the current subtotal. This allows you to conditionally apply a discount based on if the discounts applied by scripts are greater than/less than, etc, a specific amount. Also fixed a bug in this qualifier where the Qualified item subtotal was added together using the original line price instead of the current line price
BETA V0.17.1
Change log
- Fixed a bug that went out in the last release that would cause all scripts to have errors