Tags: woocommerce/woocommerce
Tags
Release: Prepare the changelog for 10.8.0-beta.1 (#64589) * Delete changelog files from 10.8.0-beta.1 release * Update the readme files for the 10.8.0-beta.1 release --------- Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
Log get_order() exception to WC Logger for easier debugging (#64347) * Log get_order() exception to WC Logger for easier debugging When get_order() catches an exception, it currently only calls wc_caught_exception() which logs to PHP error logs. This adds wc_get_logger() so the exception is also visible in WooCommerce >Status > Logs, making it easier for merchants and developers to troubleshoot order loading issues. Fixes #36979 * Fix translators comment to match sprintf placeholders * Address review feedback: remove translation, add changelog - Remove __() from log message (WC convention: don't translate log messages) - Fix array double arrow alignment - Add changelog entry * Fix lint: add end try comment and simplify sprintf placeholders * Add exception object to log context for full stack trace
Release: Prepare the changelog for 10.7.0-rc.1 (#64127) * Delete changelog files from 10.7.0-rc.1 release * Update the readme files for the 10.7.0-rc.1 release --------- Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
Unify Add to Cart + Options e2e test utils (#64083) * Add to Cart + Options: unify e2e tests utils * Add changelog * Minor enhancements * Linting * Fix test * Typo * Improve block selection * Use 'options' instead of 'attributes' for frontend options to make naming aligned with other utils * Use disabled class when checking if button is enabled
Release: Prepare the changelog for 10.7.0-beta.2 (#64047) * Delete changelog files from 10.7.0-beta.2 release * Update the readme files for the 10.7.0-beta.2 release --------- Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
Release: Prepare the changelog for 10.7.0-beta.1 (#63916) * Delete changelog files from 10.7.0-beta.1 release * Update the readme files for the 10.7.0-beta.1 release --------- Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
PreviousNext