Tags: woocommerce/woocommerce
Tags
nightly
8000Add proper error handling when WCCOM API is unavailable (#57994) * Add proper error handling when WCCOM API is unavailable Don't crash the site. * Apply the same technique for product usage notice rules * Code tweaks: get rid of unnecessary try/catch * Well, phpcs still needs these even if they're wrapped in a try/catch * Don't show the error notice for unauthenticated users * Update plugins/woocommerce/includes/admin/helper/class-wc-helper.php Co-authored-by: Michal Iwanow <4765119+mcliwanow@users.noreply.github.com> * Change under which circumstances we show the notices Props to @mcliwanow for async pair programming * Also pass 422 when parsing fails so that it properly gets captured in the exception handler * Lint * Use correct method for WP_Error * Strengthen by casting --------- Co-authored-by: Michal Iwanow <4765119+mcliwanow@users.noreply.github.com>
Release: Prepare the changelog for 9.8 (#57908) * Delete changelog files from 9.8 release * Update the readme files for the 9.8 release * Update changelog --------- Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com> Co-authored-by: Jorge Torres <jorge.torres@automattic.com>
PreviousNext