You've already forked wc-composable-product
Release v1.1.2 - CRITICAL bug fix for Settings.php class loading This release fixes the persistent WC_Settings_Page error that affected all previous versions including v1.1.1. Root cause: - Settings.php extends WC_Settings_Page - File was being required during Plugin::includes() - WC_Settings_Page class didn't exist at that point - Hook timing changes (v1.0.1, v1.1.1) were insufficient Solution implemented: - Removed require_once from Plugin::includes() - Moved to Plugin::add_settings_page() callback - Loads on-demand via woocommerce_get_settings_pages filter - WC_Settings_Page guaranteed to exist at that point Package contents: - Plugin source files (v1.1.2) - Stock management integration (v1.1.0 feature) - Complete vendor dependencies (Twig 3.0) - Translation files for 6 locales - Documentation and changelog Package size: 383 KB SHA-256: 191eae035b34ce8b33b90cf9d85ed54e493c1b471cda0efe5c992a512e91cc36 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
67 B
67 B