WooCommerce 10.1.2 is has been released
This release improves email preview functionality, restores persistent cart behavior for better compatibility, and fixes automated order cancellation job scheduling.
What’s in this release
💌 Enhanced email preview link handling #60524
Email preview in WooCommerce > Settings > Emails now properly handles all links in email content. Previously, custom links added through the Additional content field would open within the preview iframe. This update ensures all links—including user-added content—open in new tabs for a better preview experience.
🛠️ Persistent cart behavior restored #60605
We’ve reverted the change from WooCommerce 10.1 that removed persistent cart storage from user metadata in favor of session-only storage. While the session-based approach was intended to improve performance, it caused compatibility issues with certain store configurations. Persistent carts for logged-in users are now restored while we develop a more robust solution.
⏰ Fixed recurring order cancellation job scheduling #60626
The woocommerce_cancel_unpaid_orders
background job now properly re-queues itself after completion. Previously, the job’s “unique” flag prevented it from scheduling the next run while still executing, causing gaps in automated order cancellation. Orders are now processed as non-unique actions to ensure continuous scheduling.
Leave a Reply