WooCommerce Product Bundles - V6.22.7

Version: 6.22.7

Item cover for download WooCommerce Product Bundles

Overview

<img src="https://i.imgur.com/CJahFfZ.png">
No comments found.
Login to post a comment
This item has not received any review yet.
Login to review this item
01 Mar 2024 - Version 6.22.7
23 Jan 2024 - Version 6.22.6
11 Nov 2023 - Version 6.22.4
08 Jul 2023 - Version 6.21.1
20 Mar 2023 - Version 6.18.1
Fix - Fixed compatibility notices with Product Addons and Min/Max Quantities.
08 Nov 2022 - Version 6.17.3
* Tweak - Improved security.* Tweak - Updated validation error that showed up when setting a low Maximum Quantity for a bundled item.* Tweak - Introduced compatibility with the new High-Performance Order Storage.
16 Oct 2022 - Version 6.17.2
* Tweak - Introduced the 'woocommerce_bundles_bundled_item_visibility' filter.* Tweak - Added support for automated translations delivery.* Fix - Fixed an issue that prevented hidden bundled items from showing up when editing a Bundle order item in the admin area. * Fix - Fixed a fatal error that was triggered when viewing Bundles Analytics containing Product Bundles that changed product type.* Fix - Fixed a fatal error that was triggered when using PHP v8 and using Cart/Checkout Blocks.
15 Sep 2022 - Version 6.17.0
* Important - PHP 7.0 is now required.* Tweak - Prevent the 'Optional' box from being checked when the Minimum Quantity is zero.* Fix - Fixed a fatal error that was triggered by the Min/Max Quantities integration when an old version of the extension was in use.
01 Sep 2022 - Version 6.16.1
* Important - The Min/Max Quantities integration requires Min/Max Quantities v3+.* Fix - Fixed fatal error that was triggered when trying to add a Bundle with invalid configuration to an order.* Tweak - Ensure that the Min/Max Quantities integration code affecting bundled item variations runs only in Product Bundles context.* Tweak - Update the bundled item step in the cart/checkout block based on the container's item quantity.
14 Jul 2022 - Version 6.16.0
* Tweak - Improved support for the Min/Max Quantities 'Group of' feature.* Tweak - Introduced client-side min/max/default quantity validation.* Tweak - Introduced basic telemetry to collect data on extension usage when tracking is enabled.* Fix - Fixed a fatal error that was triggered from calling product functions on string.* Fix - Fixed a fatal error that was triggered when invalidating order cache.* Fix - Fixed an issue that prevented bundled item and Bundle-Sells discounts with comma separated decimals from being saved.
05 Jun 2022 - Version 6.15.5
* Important - WooCommerce version 3.9 is now required.* Fix - Include minified frontend script files for the new Cart and Checkout blocks integration. 
07 May 2022 - Version 6.15.3
* Fix - Fixed a fatal error that was triggered from invalid Exception arguments.* Fix - Fix deprecation warning for 'is_admin_or_embed_page' in WooCommerce 6.3+.
06 Apr 2022 - Version 6.15.2
* Fix - Fixed an issue that prevented subscription plans from being applied to bundled order items when there were multiple Product Bundles in an order.* Fix - Resolved an issue that caused optional bundled items to be preselected when re-ordering/switching.* Fix - Prevent bundled item dimensions from showing up in the 'Additional Information' tab of assembled bundles.
01 Apr 2022 - Version 6.15.1
* Fix - Added support for composited bundles when using the new Cart and Checkout blocks - requires Composite Products 8.4.0.* Fix - Group bundled items in single 'Includes' meta when viewing the legacy mini cart.* Fix - Appended list of bundled items next to composited container bundles in the cart widget.* Fix - Fixed an issue that prevented bundled item quantity inputs from appearing in bundles when object caching is enabled and bundle-sells are in use.* Fix - Resolved an issue with missing 'checkout-blocks.css'.* Fix - Resolved an issue that prevented bundles from being ordered again if one or more items is saved as optional after the original order is placed.
10 Feb 2022 - Version 6.14.0
* Fix - Recalculate bundled item stock status when the 'Min Quantity', 'Filter Variations' or 'Optional' setting changes.* Tweak - Made it possible to remove individual optional items that are part of an ungrouped bundle with mandatory items.* Tweak - Move Composite Products integration module code into Product Bundles.* Fix - Display the 'Additional Information' tab for unassembled Product Bundles with physical items.* Tweak - Refactored 'WC_Product_Bundle::apply_subs_price_html' and introduced 'WC_Product_Bundle::apply_subs_calculate_price_data' which can be used to update Bundle structured product data to include subscription prices.* Tweak - Use new WooCommerce brand colors.* Fix - Fixed issue that prevented Bundle-Sells from being imported via the REST API.
15 Jan 2022 - Version 6.13.3
* Fix - Fixed an issue where override title setting was not respected when manually adding items to an order in admin.* Fix - Fixed an issue that made Bundle-Sells use inaccurate display settings.* Fix - Fixed warnings triggered by using deprecated 'is_ajax'. Replaced with 'wp_doing_ajax' for WooCommerce v6.1+.
25 Dec 2021 - Version 6.13.2
Fix - Change price filters priority to retain compatibility with All Products for WooCommerce Subscriptions.
13 Dec 2021 - Version 6.13.0
* Feature - Support bundle sells in REST API.* Fix - Fixed an issue that prevented stock statuses from showing up under 'Analytics > Bundles'.
18 Nov 2021 - Version 6.12.7
* Fix - Fixed an edge-case issue with removing ungrouped bundles that include hidden items.* Fix - Prevent bundled item inventory from being reduced when adding non-configurable bundles to orders manually.
13 Nov 2021 - Version 6.12.6
* Feature - Added compatibility with PayPal Payments to hide quick pay buttons in Bundle product pages.* Dev - Added 'woocommerce_bundles_after_bundled_item_price' action hook.* Fix - Prevent infinite max Bundle price when the max Bundle quantity is capped.* Fix - Trigger 'woocommerce_bundled_cart_item_removed' when a bundled item is removed from the cart.
06 Oct 2021 - Version 6.12.5
* Dev - Added 'bundled_item_reset_variation_image' JS filter to make variation image reset logic for optional bundled items customizable.* Fix - Fixed an infinite loop affecting discounts when using Memberships.* Fix - Fixed missing notices.
30 Sep 2021 - Version 6.12.4
<p>Fix - Fixed incorrect early returns in 'set_notice_option'.<br></p>
15 Sep 2021 - Version 6.12.1
* Fix - Prevent stale products in cart while using item grouping 'None'.
05 Sep 2021 - Version 6.12.0
* Important - Product Bundles now requires WooCommerce 3.6+.* Feature - Added integration with the Revenue Analytics of Composite Products.* Feature - Made it possible to remove optional bundled items in the Cart page.* Fix - Make sure original bundled item price is displayed when the bundled item has a discount.* Fix - Prevent bundled products from being reported as 'on backorder' in bundles, unless backordering requires notification.* Fix - Allow bundle-sells discounts granted by Composite Products, bundled products, and composited products to be applied to other products in the cart.* Fix - Update 'Edit in Cart' query string to include bundle quantity.* Fix - Fixed an infinite loop affecting discounts when using Memberships. Thanks @Alex for pointing this out!* Fix - Fixed a fatal error that is triggered by invalid 'wc_pb_notice_options' values.* Fix - Fixed PHP notice triggered when a non-numeric value is used in 'WC_Product_Bundle::calculate_price'.* Tweak - Bundled items are now displayed under composited Bundles in the mini cart when the 'Item Grouping > Flat' is selected.
15 Jul 2021 - Version 6.11.1
* Feature - Added 'bundle_stock_status' and 'bundle_stock_quantity' REST API fields (read only).* Fix - Fixed an indexing issue affecting the 'wc_order_bundle_lookup' table.
18 Jun 2021 - Version 6.10.2
07 Jun 2021 - Version 6.10.0
24 Mar 2021 - Version 6.8.0
08 Mar 2021 - Version 6.7.7
25 Aug 2020 - Version 3.6.5
24 Aug 2020 - Version 6.3.4
Note for Buyer
Please purchare this item you can see note for Buyer !
Read before purchase
  • Please check the version we provided before purchasing. Because it may not be the latest version of the author.
  • Before making a purchase, please read the Terms and Conditions & Refund Policy.
  • If you have any questions, please first read the FAQ.
  • If you haven’t found the answer to your question, please contact us, we will response asap.
  • You can download the product after purchase by a direct link on your Downloads sections.
  • Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. We buy the original files from the developers.
Updates :
  • We offer frequent updates for one year from the date of purchase, but that doesn't mean we will have updates every version because not every developer release we have right away. After this period, you have to purchase the item again to receive further updates.
  • We regularly update products as soon as we are notified about an update, we go and download it from the author and update it on our site, but In case the current version of the product is not the latest, You can request an update for the product by contact form.
  • We send regular emails advising when products have been updated so please be sure to provide an active email address when you sign up.
Support :
  • Our support team is available 24/7, if you have any question or need help in installing or configuring digital products purchased on the website, please don’t hesitate to contact us.
  • Please note that we are not developers of the provided products, so our technical support capabilities are limited. We do not change product functionality and do not fix developer bugs.
  • For more information please read FAQ & About Us.
Login to report this item