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 replies on “WooCommerce 4.3.1 Fix Release”
Thanks for the fixes!
LikeLiked by 1 person
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
LikeLike
Thanks for reporting!
Please try the suggestion from the comment to get rid of them until it resolved in the next release.
LikeLike
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!!
LikeLike
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!!
LikeLike
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).
LikeLike