WooCommerce Dynamic Pricing Version 3.2.1 Changelog
* Fix: Fix issue with thousands separator for fixed price product discounts.
* Fix: Fix issue with thousands separator for fixed price product discounts.
* Fix – Update satchel sizes and API request to get accurate rates.
* Fix – PHP 8.2 compatibility – creation of dynamic property is deprecated.
* Tweak – WC Subscriptions compatibility (replace deprecated hook wcs_renewal_order_meta_query for WCS 2.5.0+).
* Fix – Update availability rule helper text.
* Dev – Always return array in `get_vendor_data_by_id` even if there’s no vendor.
* Fix – Reporting stats for ‘Last Month’ are not accurate for logged-in vendor.
* New: Compatible with WooCommerce HPOS (High Performance Order Storage)
* New: Tested upto WooCommerce 7.1.1, 7.2.3, 7.3.0, 7.4.1, 7.5.1
* Fix: Unable to empty/update a few coupon’s meta field like ‘Products’
* Fix: Importing only 1st value from multiple values from a few fields like ‘product_ids’ and ‘exclude_product_ids’
* Update: Replace use of ‘add_post_meta’ with CRUD function ‘set_used_by’
* Update: Replace string ‘ARRAY_A’ with constant ARRAY_A
* Update: Removed global declaration of $wpdb form where it is not used
* Update: Format coupon usage URL using add_query_arg instead of hard-coded URL
* Update: POT file
* Fix: Only display “No activations yet.” message once on API Resource Activations meta box when subs are in a grace period interval.
* Dev: Added api_resource_id and activations_purchased_total to the status API endpoint.
* Dev: Added api_resource_id and activations_purchased_total to the product_list API endpoint.
* Dev: Added WC_AM_Queue and WCAM_Action_Queue classes for upcoming features.
* Fix – Fixed the path for overwriting the templates from the active theme.
* Fix – The “Choose Your Gift” section does not refresh after the cart update on the cart page since WooCommerce 7.5.
* Fix – Fixed double Tax bug on quote page.
* Fix – Fixed nonce issue when customer converts quote to order.
* Update – Force standard price to order when offered price is not set in admin quote details page.