v4.6.11
·
66 commits
to release
since this release
- Fix - Resolved race condition on WooCommerce Blocks checkout first load causing PayPal buttons and PPCP-CC card fields to go missing until page refresh. (2179)
- Fix - Guarded Blocks integration is_active() against missing gateway classes to prevent "Class 'WC_Gateway_PPCP_AngellEYE' not found" fatal on login and other pages where gateways are not loaded (e.g. WP Defender Mask Login). (2180)
- Fix - Preserved PayPal Express address values on the FunnelKit Aero review page so billing and shipping fields are no longer cleared by the compatibility layer. (2181)
- feat - Added a Payment Summary section (captures, refunds, total paid, balance due) to the Partially Paid Order customer email across HTML and plain-text templates. (2182)
- Fix - Preloaded Express Checkout parent gateway class inside the woocommerce_payment_gateways filter to prevent a fatal error when another plugin reads gateways before our init() runs. (2185)