timestamp1627311900000
BigCommerce for WordPress 4.14.1 for July 26, 2021
by BigCommerce
4.14.1 View release 4.14.1 on GitHub Fixed Fixed the product template include logic for WordPress 5.8 Fixed bug introduced in WordPress 5.8 that prevents WordPress Customizer from reacting when changes were made to the Product Catalog "Sorttimestamp1625670300000
BigCommerce for WordPress 4.14.0 for July 7, 2021
by BigCommerce
4.14.0 View release 4.14.0 on GitHub Fixed Fixed Product Form> Option Description escaping logic so<strong> tags render properly. Fixed login redirect_to query argument not being respected. This happened for admin users in the case whentimestamp1625146790292
Cornerstone 5.7.0 for July 1, 2021
by BigCommerce
Theme Implement CEV language files into Cornerstone.#2084 Added translations for Consent Manager.#2083timestamp1623949200000
Cornerstone 5.6.0 for June 17, 2021
by BigCommerce
Theme Translation mechanism for config.json values have been implemented.#2076 Enter press on Compare checkbox cause quick view opening.#2074 Product images in quick view can be squashed.#2075 Fixed shift in change options popup on Carttimestamp1623943620000
BigCommerce for WordPress 4.13.0 for June 17, 2021
by BigCommerce
4.13.0 View release 4.13.0 on GitHub Added Added support for password reset for users that exist only on BC (not yet synced with WP). Delete all channels from the WP database on plugin uninstall so a fresh channel list is pulled whentimestamp1622215670909
BigCommerce for WordPress 4.12.0 for May 28, 2021
by BigCommerce
4.12.0 View release 4.12.0 on GitHub Added Support for fetching products by SKU via query and shortcode. Added "Product Sync Log" section to the Settings > Diagnostics panel in the WP Admin. This shows the last 10 sync attempts and theirtimestamp1621958203787
Cornerstone 5.5.0 for May 25, 2021
by BigCommerce
Theme Scale focus trap for all modals.#2049 Fixed displaying swatch name for multiple swatch options on page.#2040 Added settings for payment banners.#2021 Use https:// for schema markup.#2039 Update focus tooltip styles contrast to achievetimestamp1621446815712
GraphQL Storefront API now supports sorting products within categories
by BigCommerce
The GraphQL Storefront API’s now supports sorting the products on a Category node, using the sortBy parameter. This will match the equivalent sorting behaviors on the BigCommerce Storefront (Stencil). Consider this query: querytimestamp1621446815712
GraphQL Login Mutation now returns entire Customer object
by BigCommerce
The GraphQL Storefront API’s Login Mutation now supports fetching all of the details of the customer account after a successful login. Consider this query: mutation Login($email: String!, $pass: String!) {
login(email: $email, password: