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

v1.2.9

Choose a tag to compare

@arobbins arobbins released this 13 Nov 01:22
· 9 commits to master since this release
v1.2.9
0f18951

Hey everyone 👋,

The release this week contains three new features; two of which are related to product pricing. We now have the ability to show sales pricing, price ranges, and determining whether the checkout button opens in a new tab or not. Also along with these new features are four important bug fixes.

⭐️ New Feature: Checkout button target.
⭐️ New Feature: Product "compare at” pricing.
⭐️ New Feature: Product “range” pricing toggle.
🛠 Fix: Missing featured images for some products.
🛠 Fix: Bug during add to cart when variant value is of type integer and not string.
🛠 Fix: Bug causing hidden product and collection data on custom post edit page.
🛠 Fix: Bug in the HTTP response parser that coerced large int values into E numbers. Now using JSON_BIGINT_AS_STRING to convert them into strings instead.
🛠 Fix: Conflict with Divi theme.
🎁 Update: Shopify URL to cart image links.
🎁 Update: Removed ability to manually add new Products / Collection posts.
🎁 Update: Better vertical aligning for input fields on plugin settings page.
💻 Dev: Better security checks on plugin settings form fields.
💻 Dev: Removed on blur AJAX saving of plugin settings. All form fields now require form submission before saving.
💻 Dev: Plugin settings sub nav history is now persistent.