Dev Center Updates

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 "Sort
WordPress

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 when
WordPress

Rendered Widget HTML now available in GraphQL Storefront API

by BigCommerce
You may now fetch the rendered HTML of widgets created via Widgets API or Page Builder. To get the content, you’ll need to provide a page type, and the ID for the page (if necessary). In the response, you’ll get a list of all the regions on
API
Announcement
Storefront API

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 when
WordPress

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 their
WordPress

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: query
Storefront API
Enhancement

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:
Storefront API
Enhancement

BigCommerce for WordPress 4.11.0 for May 5, 2021

by BigCommerce
4.11.0 Added Added support for a generic segment tracking event on order completion via embedded checkout. Added customizer option and cart functionality to process coupon/promo codes. Changed Optimized brand and category import (less time
WordPress

BigCommerce for WordPress 4.10.0 for April 22, 2021

by BigCommerce
4.10.0 Added Added styles for Twenty Twenty One theme. Expanding the default content area width. Added button styles, link styles, colors, and updating CSS variables. Added support for global customer login, with a default of on for all new
WordPress