WooCommerce GravityForms Product Add Ons Version 3.3.24 Changelog
* Update: Switch check for the multifile uploader.
* Update: Added a filter to disable initializing the file uploader.
* Update: Switch check for the multifile uploader.
* Update: Added a filter to disable initializing the file uploader.
* Fix – Incorrect shipping fee calculation with measurement price calculator product.
* Fix – “Abort Reason” warnings persist after shipping information is updated.
* Fix -“Invalid Shipping Address” error in WC Payment’s Apple Pay.
* Fix: Update subtracted tax amounts to account for quantity changes. PR#4107
* Fix: Correctly remove limited coupons (i.e. “Active for x payments”) when the coupon code is made up of only numeric characters. PR#4139
* Fix: Only set subtracted taxes on new items when the rates don’t match the base location. PR#4177
* Fix: Hide variable subscription meta fields on the Edit Product page of custom variable products. PR#4193
* Fix: Use the shipping fields to get and save the edit subscription shipping field data. PR#4161
* Fix: Fix TypeError exceptions by checking for WC_Order types inside wcs_get_subscriptions_for_order(). PR#4188
* Fix: Incorrect subtracted tax calculations when updating the subscription when the store currency uses a comma decimal separator. PR#4182
* Fix: Hide the shipping address fields on checkout when the cart contains a subscription product and the ‘Force shipping to billing address’ setting is selected. PR#4172
* Fix: Get the signup fee for coupon calculation inclusive or excluding tax depending on store settings. PR#4166
* Fix-Prevent adding unnecessary notes to subscription when running edit actions
* Tweak-Use `Features::is_enabled` instead of deprecated `Loader::is_feature_enabled`
* Added: Compatible with WooCommerce 5.8+.
* Tweak: Warning for store managers when the free product of a BOGO rule is out of stock.
* Tweak: Warning for store managers when the free product of a BOGO rule is not public.
* Misc-Add support for 404 events
* Misc-Remove support for setting the tracking ID manually
* Misc-Improve text, links to help articles, tooltips and settings layout
* Fixed: Compatibility with WooCommerce 5.7.1
* Fix-check snapshot to properly create payload
* Update: Tested up to WooCommerce 5.6.0.
* Fix: Add woocommerce_product_has_options core filter to WC_Product_Mix_and_Match class.
* Fix: Only validate container stock if config is still valid. Resolves issue with empty containers getting added to cart via ajax.
* Fix: Quick view support for products with “after summary” forms.
* New: Add wc_mnm_show_edit_it_cart_link filter. Return false to hide “edit” link in cart. Requires Quick View 1.5.0.