Skip to content

Releases: bigcommerce/bigcommerce-for-wordpress

3.22.0

17 Jul 20:48
85ae508
Compare
Choose a tag to compare

Added

  • Segment support for cross-domain analytics with Google Analytics. It enables the
    autoLinker plugin feature for GA.
  • Enforce BigCommerce password requirements when registering new customers
  • Display category description on product category pages

Changed

  • Data Sanitization/Escaping code refactor for WPVIP compliance

3.21.0

06 Jul 21:56
108f7f5
Compare
Choose a tag to compare

[3.21.0]

Added

  • Added manuall site URL sync option in the Diagnostics panel

Changed

  • Modified admin import timeout message
  • Update checkout SDK to 1.79.0

Fixed

  • Fixed Best Selling sort on Product archive page
  • Fixed category sort not being reflected in the menu

3.20.0

08 Jun 16:18
3a9f067
Compare
Choose a tag to compare

[3.20.0]

Changed

  • Link to BigCommerce HTTPS settings from Embedded Checkout settings tab.

Fixed

  • Fixed an issue with product grids where Ajax to cart is enabled but no simple products are on the page. This would
    cause the Add to Cart button on Quick View to redirect to the cart page instead of an ajax submission.

  • Fixed Google SiteKit plugin breaking Settings page.

3.19.0

16 May 20:28
d9915f0
Compare
Choose a tag to compare

[3.19.0]

Added

  • Added some additional support for Flatsome theme minicart widget on mobile/smaller viewports.

Fixed

  • Featured and regular product sort order reflect order in BC store

3.18.1

30 Apr 20:39
945eccd
Compare
Choose a tag to compare

Hotfix for Mini-Cart

Fixed
Fixed an issue with the add to cart ajax feature where the mini cart does not update after a successful request.

3.18.0

27 Apr 19:38
b0a0f36
Compare
Choose a tag to compare

Added

  • Added support for new larger image size and zoom features on the PDP in multiple
    supported WordPress themes.
  • Added version numbers to templates. Diagnostics panel will now check major versions of overridden files.
  • Support for Flatsome theme added starting with version 3.10.1 of the theme.
  • Added filter to Cart_Mapper map (PR #201).

Changed

  • Changed filtering on Brand and Product Category descriptions to use wp_kses_post() instead
    of wp_filter_kses(). This allows the use of more HTML tags in those term descriptions.
  • Added some additional refined style adjustments to the WordPress Twenty-Twenty theme.
  • Made a change to the onboarding page for connecting your channel. Form sections now start
    open so you can edit all fields immediately.
  • Both enabled site ssl and Sitewide HTTPS setting in BC store are required to use embedded checkout.

Fixed

  • Empty cart destination link from Customizer is properly linked in the cart.
  • Product sync reflects adding/removing products from store channels.

3.17.0

10 Apr 00:18
9e2c0d9
Compare
Choose a tag to compare

Added

  • Added controls to the theme customizer to edit product category and brand taxonomy slugs.
  • Added Customizer option to control image size output for image gallery and
    the featured image component.
    • Modifications were made to the product-gallery.php and product-featured-image.php
      templates to accommodate these new changes. Update your template overrides accordingly.
    • Styles updates were also adjusted to accommodate this new image size
      by adding a new body class: .bc-gallery-size-bc-xmedium
  • Added Customizer option to allow the user to apply a zoom-on-hover interaction
    for main gallery images on the product detail page.
    • Modifications were made to the product-gallery.php template to accommodate
      these new changes. Update your template overrides accordingly.

Changed

  • Modified the names of the cart cookies for better compatibility with server/host
    restrictions. (i.e. Some hosts would remove BC cookies because they lacked a wp- prefix)
  • Better error handling around 0 qty field entries on cart items. The ajax response would
    leave the 0 in the field but would continue to show the previous price value. Entering 0
    does not delete an item from your cart so we've updated this to return the field value to
    its previous value.

3.16.0

10 Apr 00:17
c6db2a8
Compare
Choose a tag to compare

[3.16.0]

Changed

  • Removed the notification to finish setting up shipping methods. So long as at least one
    shipping zone exists (and it will always exist), the notification will not be displayed.
  • Webhooks can be toggled on or off.

3.15.0

16 Mar 15:58
5cd95e5
Compare
Choose a tag to compare

Added

  • Added an option to the customizer to toggle the "Continue Shopping" link for an empty
    cart between the home page and the catalog page.
  • Added a filter, bigcommerce/cart/continue_shopping_url, to modify the destination
    of the "Continue Shopping" link for an empty cart.
  • Added additional info about routes for all connected channels to the plugin diagnostic data.
  • Added theme support for the WordPress Twenty-Twenty theme and BC4WP.

Changed

  • Added a new class to the product archive template title: bc-product-archive__title.

Fixed

  • Addressed an issue in the WP Admin with field heights on fields making them
    not visible.
  • Fixed channel site URL to update based on the "Site Address" setting, not the "WordPress Address" setting.
  • Fixed options sorting order on select fields for admin settings sections.

3.14.0

16 Mar 15:54
512ee01
Compare
Choose a tag to compare

Added

  • Added a missing entry to the 3.0.0 changelog regarding fixing the uninstaller.

Fixed

  • When the site url changes, the connected channel site URL is also updated.

Changed

  • Added a new notification in the Diagnostics panel to call out when template
    overrides are being used.
  • Enhanced the template for product cards by adding additional classes related
    to product statuses.
    • bc-[product-id]
    • bc-availability-*
    • bc-product-sale
    • bc-product-outofstock
    • bc-product-lowinventory