Fix CSS dependency handle and update documentation

Correct wc-bootstrap-overrides stylesheet dependency from unregistered
'woocommerce' handle to 'woocommerce-general'. Update README directory
structure to reflect wc-base.html.twig rename and .env-dist location.
Add Fixed section to CHANGELOG.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 12:58:43 +01:00
parent c3b16b68c5
commit b8001a5ab0
3 changed files with 14 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ function wc_bootstrap_enqueue_styles(): void {
wp_enqueue_style(
'wc-bootstrap-overrides',
get_stylesheet_directory_uri() . '/assets/css/wc-bootstrap.css',
array( 'wc-bootstrap-style', 'woocommerce' ),
array( 'wc-bootstrap-style', 'woocommerce-general' ),
$theme_version
);
}