Skip to content

Releases: jgodson/shopify-script-creator

V0.22.3

04 Aug 12:06
Compare
Choose a tag to compare

Changelog

  • Fixed an issue in the Full Address Qualifier the was causing some script errors

V0.22.2

19 Jul 03:01
Compare
Choose a tag to compare

Change log

  • Changed Tax Discount to properly account for items that were discounted in a previous campaign instead of causing a script error

V0.22.1

16 Jul 00:31
Compare
Choose a tag to compare

Change log

  • Updated the max script length to the new supported length (24,576 characters)

(oops I forgot to actually release this version, so these changes were not live until 0.22.2)

V0.22.0

23 Jun 04:36
Compare
Choose a tag to compare

Change log

  • Fixed the Copy button for copying the generated script code
  • Added the ability to sort the campaigns in the list
  • UI tweaks here and there

V0.21.1

22 Jun 23:38
Compare
Choose a tag to compare

Change log

  • 0.21.1 - Updated a few things in the UI. Added some new icons.

V0.21.0

22 Jun 14:24
Compare
Choose a tag to compare

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.

script

script2

BETA V0.20.0

22 Jun 14:23
Compare
Choose a tag to compare
BETA V0.20.0 Pre-release
Pre-release

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

15 Jun 03:18
Compare
Choose a tag to compare
BETA V0.19.0 Pre-release
Pre-release

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

01 May 02:58
Compare
Choose a tag to compare
BETA V0.18.0 Pre-release
Pre-release

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

20 Apr 03:20
Compare
Choose a tag to compare
BETA V0.17.1 Pre-release
Pre-release

Change log

  • Fixed a bug that went out in the last release that would cause all scripts to have errors