WooCommerce MSRP Pricing Version 3.4.15 Changelog
* New: WooCommerce compatibility up to 7.5
* New: Support for High Performance Order Storage
* New: WooCommerce compatibility up to 7.5
* New: Support for High Performance Order Storage
* Fix – Resolved a JavaScript error that showed up when rendering composited bundled items and Product Add-Ons was inactive.
* New: Support for High Performance Order Storage
* Change: Improve information about category restrictions in status report
* Change: Improve information available on product queries in debug mode
* Fix: No longer throw warnings if Currency Switcher integration is active
* Fix: Resolve issue where Currency Switcher integration could be incorrectly triggered by presence of some other extensions
* Fix: Resolve issue where some structured data elements weren’t added for Bundled products
* Compatibility: Add support for WooCommerce HPOS.
* Fix: Fix issue with the multi-file uploader not working on the last page of a multi-page form.
* Fix: Fix issue with the anti-spam honeypot rejecting submissions.
* Fix: Fix issues with multi page forms.
* Added setting option to only sync products that fulfil with Amazon.
* Added API timeout default duration to allow for adequate API request time.
* Tweak: Added compatibility for Polylang multilanguage setup. The Polylang plugin did not take into consideration the wc-api endpoints and those were not set based on the language.
* Fix – Fixed the delivery date column content in the order list table when the order has no delivery date.
* Fix: Vertical alignment of quantity inputs in grid mode (for most themes).
* Fix: Tweak WoodMart theme module to support different column numbers.
* Update: Refactored templates/emails/api-keys-order-complete.php to place data in a table, and to add more details.
* Update: Refactored templates/emails/plain/api-keys-order-complete.php to add more details.
* Dev: Added woocommerce-api-manager/includes/wcam-time-functions.php – Functions must be called using the plugins_loaded action hook.
* Dev: New action hooks added:
– wc_am_before_order_partially_refunded
– wc_am_after_order_partially_refunded
– wc_am_before_order_fully_refunded
– wc_am_after_order_fully_refunded
– wc_am_before_refund_deleted
– wc_am_after_refund_deleted
– wc_am_before_remove_order
– wc_am_after_remove_order
– wc_am_before_delete_order
– wc_am_after_delete_order
– wc_am_before_delete_order_item
– wc_am_after_delete_order_item
– wc_am_before_delete_sub_order_item
– wc_am_after_delete_sub_order_item
* Update: WP and WC compatibility tags.
* Update: PHP 8 compatibility.
* Update: HPOS compatibility.