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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compatibility: Declared compatibility with WordPress 7.0.3 and WooCommerce 11.0.0.
Fix: The admin order-save handler no longer performs a full $order->save() on every order save. IČO/DIČ/IČ DPH meta is now written only when the submitted values actually changed, and persisted via save_meta_data() instead of a full order save. This keeps the plugin out of the multi-plugin save cascade on woocommerce_process_shop_order_meta that — combined with other plugins calling $order->save() on the same hook — could inflate order totals recalculated by WooCommerce core.