Skip to content

v4.6.14

Choose a tag to compare

@deepakm-wisetr deepakm-wisetr released this 09 Jul 08:33
· 20 commits to release since this release
baf8674
  • Feature - Added support for Germanized for WooCommerce order confirmation emails so they are dispatched correctly for PayPal orders, with a fix to prevent duplicate confirmation emails. (2199)
  • Fix - Fixed the Venmo integration by correcting a malformed vault attribute key that was silently dropped by PayPal's API (restoring multi-token support for returning Venmo customers), and added a "Venmo Details" order note capturing the customer username, email, and payer ID at capture time. (2200)
  • Fix - Resolved a render issue with the PayPal cart button in block-style (WooCommerce Blocks) layouts. (2201)
  • Fix - Synced the payment-methods.php template override version header to WooCommerce 8.9.0 to clear the misleading "outdated template" warning in the WooCommerce Status report. (2202)
  • Fix - Braintree refunds declined by the processor or bank no longer return null; the real gateway decline reason is now surfaced to WooCommerce, written to the Braintree log, and recorded as an order note. (2204)
  • Fix - Fixed the Google Pay/Apple Pay sliding-cart total showing a doubled amount and a false empty-cart error. (2206)
  • Fix - Guarded against a non-array recurring_carts value to prevent a PHP 8 fatal error in the FunnelKit shipping calculator on the order review page. (2207)