- Version
- Download 87
- File Size 0.00 KB
- File Count 1
- Create Date June 1, 2023
- Last Updated August 31, 2023
WooCommerce Product Bundles v6.22.3
Version 6.22.3 RELEASED ON 2023.08.28
- Important: Updated the 'bundle-add-to-cart-wrap.php' template to resolve an issue that prevented Bundle notices from showing up when the mini-cart block was used.
- Use admin theme colors in admin.
- Ensure that the 'Currently editing' notice shows up in the block-based Single Product Template when editing a Bundle.
- Fixed an issue that prevented the Minimum/Maximum size validation from running on the block-based Single Product template.
Version 6.22.2 RELEASED ON 2023.07.19
- Prevent a fatal error concerning the 'wc_print_notice' function when editing a single product block with a bundle product.
Version 6.22.1 RELEASED ON 2023.07.05
- Resolved an issue with Bundle totals in the block-based cart when the number of displayed decimals was 0.
Version 6.22.0 RELEASED ON 2023.07.03
- Important: The 'Form Location' option is no longer supported when using a block theme. Use the following snippet to force its use: 'add_filter( 'woocommerce_bundle_has_legacy_product_template', '__return_true' );'
- Improvements in block support for the single product template.
- Resolved a compatibility issue with Points and Rewards that made a 'Earn at least 0 points by purchasing this product' message show up when purchasing a Product Bundle with optional components.
Version 6.21.0 RELEASED ON 2023.06.19
- Important: Security improvements.
- Fixed an issue that charged subscription bundled items add-ons twice.
Version 6.20.0 RELEASED ON 2023.06.13
- Removed add-on flat fees from per unit product prices in the cart. Requires Product Add-Ons v6.4.0.
- Introduced 'woocommerce_store_api_before_bundle_aggregated_totals_calculation' and 'woocommerce_store_api_after_bundle_aggregated_totals_calculation' actions.
- Fixed an issue that required customers to select mandatory items for optional bundled items that hadn't been selected.
Version 6.19.0 RELEASED ON 2023.05.29
- Introduced block theme support on existing frontend templates.
- Added support for blocks-based notices styling.
- Improvements in global styles compatibility.