WooCommerce Coupon Campaigns Version 1.1.20 Changelog
* Fix-Remove unneeded order exporter.
* Fix-Remove unneeded order exporter.
* Fix: PHP notice on single product page, undefined variable.
* Dev: WC_Name_Your_Price_Display::display_price_input( $product, $args ); second parameter now supports custom args.
* Fix: Resolve issue where taxonomy cache table could grow beyond expected size and cause performance issues
* Fix-Include POT file in the release.
* Fix-Change deprecated readonly() to wp_readonly() for WP 5.9 compatibility.
* Tweak-WC 6.1 compatibility.
* Tweak-WP 5.9 compatibility.
* Fix-Negative balance of points.
* Added filter ‘wc_add_fees_subscriptions_remove_fees’-remove manually added fees (e.g. if our fees are added manually we do not recognise them)
* checked compatibility for WP 5.8 and WooCommerce 6.1
* Version bump: checked compatibility for WP 5.8 and WooCommerce 6.1
* Tweak-Don’t restore the funds automatically when an order is marked as ‘Refunded’ (Use partial refunds instead).
* Tweak-Tested compatibility up to WC 6.2.
* Tweak-Tested compatibility with WP 5.9.
* Fix-The restored funds’ amount cannot be greater than the ‘Net payment’ amount when canceling an order that contains partial refunds.
* Tweak-Refresh the XML file when the catalog settings change.
* Tweak-Tested compatibility with WC 6.2.
* Dev-Don’t trigger the action hook `wc_instagram_product_catalog_updated` when a catalog file status changes.
* Dev-Store the status of a catalog file as a transient instead of catalog metadata.