FYI before you start:
The Website Integration uses semantic versioning.
Our version releases follow the MAJOR.MINOR.PATCH formula
Patch updates won’t contain any breaking changes
Minor updates may come with small changes to the formatting or layout of components
Booking a time with your Wishlist partner is the best way to iron out any kinks in styling changes brought on by MINOR and MAJOR Website Integration updates
Check out our changelog
There you can find information on what new features come with the Website Integration update
This will also give you the latest version to upgrade to for certain steps below
Note: it may take a few minutes for your changes to show up on your website.
Upgrading Squarespace
Go to the changelog and get the latest version number
Go to the location on your site where you have placed the Website Integration code for site header
This is usually found at Settings -> Advanced -> Code Injection
Find the two lines, starting with a <script> tag, that download the Website Integration from unpkg.com
Replace the version number of your Website Integration header code with the latest version
Make sure to do this for BOTH script tags in your site header
Make sure both script tags are on the same version
Save your changes
That’s it!
Example
The below figure highlights the version number on the header code of a Squarespace Website integration.
This site is on version 0.4.3 of the Website Integration.
All you need to do is replace that number (0.4.3) with the latest version grabbed from the changelog above.
Upgrading Wordpress
Log into the Wordpress Admin for your website
Click on the plugins tab
Scroll down to find your Goodshuffle Website Integration plugin
Click to deactivate the Goodshuffle Website Integration plugin
Download the latest version of the Website Integration plugin
Follow the steps for Installation on our developer documentation
Check your plugin configuration to make sure nothing has changed. If there are changes, follow the relevant instructions.
Activate the new version of the plugin (this can only be done after deactivating the old version)
After verifying the new version is working, you can safely delete the old version of the Goodshuffle Website Integration plugin
You're set!
Upgrading Custom Sites
Find where the two script tags responsible for importing the Website Integration code from unpkg.com are located
Go to our changelog to get the latest version of the Website Integration
Replace the version in the import URL with the latest version.
Save and deploy your changes