fix: WooCommerce product types not appearing in selector

Fixed timing issue where WooCommerce integration hooks were registered
too late during plugins_loaded. The constructor now calls check_woocommerce()
directly instead of hooking it at priority 5 (which had already passed).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-28 23:47:56 +01:00
parent 01c256349f
commit 96269eb355
5 changed files with 26 additions and 7 deletions

View File

@@ -24,10 +24,13 @@ This project is proudly **"vibe-coded"** using Claude.AI - the entire codebase w
**Note for AI Assistants:** Clean this section after the specific features are done or new releases are made. Effective changes are tracked in `CHANGELOG.md`. Do not add completed versions here - document them in the Session History section at the end of this file.
### Version 0.1.1 (Bugfix)
### Version 0.1.2 (Bugfix)
### Version 0.2.0 (Minor)
- Add a link to the settings page to the plugin overview page.
- Write a comprehensive user-guide on how to install, configure and get the plugin with all available features up and running
## Technical Stack
- **Language:** PHP 8.3.x