Skip to content

v4.6.9

Choose a tag to compare

@deepakmaurya deepakmaurya released this 03 Apr 10:15
· 108 commits to release since this release
b8eb909
  • 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 - Fixed advanced credit card checkout upsell processing with FunnelKit. (2159)
  • 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)