WooCommerce 4.3.1 Fix Release

We’ve just shipped another release that contains two bugfixes for the WC Admin and Blocks packages. Here is the changelog for the release:


**WooCommerce Admin 1.3.1**
* Fix - PHP Fatal errors when columns are missing from the Notes table: 
https://github.com/woocommerce/woocommerce-admin/pull/4831
**WooCommerce Blocks 2.7.2**
* Enhancement: Move Draft order logic behind feature flag: 
https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2874

Download the latest release of WooCommerce here or visit Dashboard → Updates to update the plugin from your WordPress admin screen.

As usual, if you spot any other issues in the WooCommerce core, please log them in detail on GitHub. Found a security issue? Please submit a report via HackerOne.


6 responses to “WooCommerce 4.3.1 Fix Release”

  1. Thanks for the fixes!

  2. I receive 2 error messages after upgrading to WooCommerce 4.3.1:

    Notice: Undefined property: stdClass::$layout in /home/context4/public_html/typefaces/wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Notes/DataStore.php on line 114
    Notice: Undefined property: stdClass::$image in /home/context4/public_html/typefaces/wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Notes/DataStore.php on line 115

    I reported this on GitHub #27094 – https://github.com/woocommerce/woocommerce/issues/27094

    1. Peter Fabian Avatar
      Peter Fabian

      Thanks for reporting!

      Please try the suggestion from the comment to get rid of them until it resolved in the next release.

  3. For the upcoming wp 5.5 next weeks…i’ve tried it with wc5.3.1 and
    is filling my logs with notices like:
    The REST API route definition for wc/store/cart is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. …. in /xxx/wp-includes/functions.php on line 5219

    for almost every url under /wc/store…!!!

    I hope this is fixed soon before wp 5.5 final…thanks in advance!!

    1. Sorryfor the error in my last coment, i’m meaning WP 5.5 beta 3 with current WC 4.3.!
      is filling my logs with notices like:
      The REST API route definition for wc/store/cart is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. …. in /xxx/wp-includes/functions.php on line 5219

      for almost every url under /wc/store…!!!

      I hope this is fixed soon before wp 5.5 final…thanks in advance!!

      1. Peter Fabian Avatar
        Peter Fabian

        Hi Daniel,

        We plan to release WC 4.3.2 on Monday to resolve all issues with WP 5.5 (at least those we know about).

Leave a Reply

Your email address will not be published. Required fields are marked *