Periodically, we will update our SDK version with improvements. We will notify brands when a new version is available. It's critical that brands update their SDK to the latest version in a timely manner.
To upgrade to the latest version, you'll need to replace the URL for our SDK in your codebase from our old components to our latest version.
For example, if our old version was 2.0.1 and our new version is 3.1.0, you would update the version number in our component URL to reflect that change:
OLD: https://components.trynow.net/shopify/2.0.1/trynow-components.js
to
NEW: https://components.trynow.net/shopify/3.1.0/trynow-components.js
Note the version change in the URL itself. No other code change is required.
This file is typically imported in trynow.liquid
, trynow-site-components.liquid
, trynow-checkout-components.liquid
etc.
If the URL is present in more than one place, it should be changed in all places.