You've already forked wc-composable-product
Add WooCommerce HPOS compatibility and fix pricing conflicts (v1.1.3)
Fixes WooCommerce compatibility warnings reported by user. WooCommerce HPOS compatibility: - Added before_woocommerce_init hook to declare HPOS compatibility - Declares compatibility with custom_order_tables feature - Ensures plugin works with WooCommerce's modern order storage Price calculation improvements: - Added static flag to prevent multiple executions - Added composable_price_calculated flag to cart items - Prevents conflicts with third-party pricing plugins - Stops other plugins from re-calculating composable product prices This resolves incompatibility warnings with: - WooCommerce Analytics - WooCommerce Update Manager - Third-party pricing extensions Files modified: - wc-composable-product.php: Version 1.1.3, HPOS declaration - includes/Cart_Handler.php: Improved price calculation guards - CHANGELOG.md: Documented changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
# Linked sources
|
||||
wp-core
|
||||
wp-plugins
|
||||
tpp
|
||||
|
||||
# Editor swap files
|
||||
*.*swp
|
||||
|
||||
Reference in New Issue
Block a user