You've already forked wc-composable-product
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>
25 lines
194 B
Plaintext
25 lines
194 B
Plaintext
# Linked sources
|
|
wp-core
|
|
wp-plugins
|
|
tpp
|
|
|
|
# Editor swap files
|
|
*.*swp
|
|
|
|
# Composer
|
|
vendor/
|
|
composer.lock
|
|
|
|
# Cache
|
|
cache/
|
|
|
|
# Development files
|
|
.vscode/
|
|
.idea/
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|