Skip to content

1.11.2

Latest

Choose a tag to compare

@vyskoczilova vyskoczilova released this 07 Aug 11:26
7868895
  • 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.