You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix - Resolved a fatal error on the admin payment gateway listing page caused by incorrect type checking for payment methods. (2157)
Fix - Replaced implicit checkout source detection with an explicit parameter to prevent misidentification when third-party plugins modify POST data. (2158)
Fix - Resolved a 20-second admin dashboard delay by implementing transient caching for push notification API responses. (2162)
Fix - Resolved class load order issues and preserved parent PayPal Order ID during FunnelKit upsell batching for both PPCP and PPCP-CC gateways. (2165)
Fix - Resolved JavaScript errors on checkout caused by i18n variable scope conflicts when JS optimization plugins concatenate scripts. (2167)
Fix - Added shipment tracking compatibility for FunnelKit upsell items by storing WooCommerce order item IDs in upsell payment metadata. (2168)
Enhancement - Added a Log Format setting with JSON (compact) and Detailed (multi-line) options for debug logging. (2169)
Fix - Added tokenization support when checkout is initiated from product or cart pages with tokenized payments enabled. (2170)
Fix - Resolved MAX_CAPTURE_AMOUNT_EXCEEDED error when capturing authorized orders with FunnelKit upsells in batching mode. (2172)