Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

v1.2.8

Choose a tag to compare

@arobbins arobbins released this 28 Oct 02:21
· 10 commits to master since this release
v1.2.8
fd852ba

Hey everyone 👋,

This week’s release contains a good mixture of bug fixes and feature updates. Notable new features include: image sizing, custom checkout domains, and WordPress.com support!

🎁 New Feature: Added support for Wordpress.com
🎁 New Feature: Plugin setting for custom domain support. If enabled, WP Shopify cart will now direct users to the Checkout page using custom domain
🎁 New Feature: Plugin setting allowing for custom image sizing for Products, Collections, and Related Products
🔨 Fix: Incorrect error message when failing to select the required Shopify private app permissions
🔨 Fix: Missing placeholder images within cart line items
🔨 Fix: "Data too large" error caused by the “referring_site” column of the orders table
🔨 Fix: Bug that prevented products from showing when special characters existed inside the product handle
🔨 Fix: "Table missing" error during sync
🔨 Fix: Issue causing connection settings to persist even after disconnecting
🔨 Fix: Automatic sync bug when products are updated in Shopify and but do not already exist in WordPress
🔨 Fix: Bug causing currency code to disappear after selecting a product variant
📍 Update: Reorganized admin settings UI elements
📍 Update: Added new plugin settings sub nav items "Collections" and "Checkout"
📍 Update: Added better icons to plugin settings page
📍 Update: Text inside front-end notices are now centered
💻 Dev: Removed unused composer vendor packages
💻 Dev: Updated the shopify-buy SDK to version 1.9.1
💻 Dev: Started work on the WP Shopify REST API
💻 Dev: Added unit tests for new color feature
💻 Dev: Added unit tests for new image sizing feature