Role Based Pricing for WooCommerce Version 1.6.1 Changelog
* Compatible with REST API(read only).
* Feature added: Import and export for role based pricing rules.
* Compatible with REST API(read only).
* Feature added: Import and export for role based pricing rules.
* Fix: Remove redundant password fields in new recipient account form. PR #414
* Dev: Document supported versions of nodejs & npm. PR #412
* PLUGINS-1459-Fix wrong price format in supplier’s email.
* PLUGINS-1670-Fix code that slows down website.
* PLUGINS-1656-Fix rounding off empty price error.
* PLUGINS-1501-Fix notice when there is no shipping country filled up.
* PLUGINS-1631-Don’t send cancellation orders to supplier if the order came from ‘On-Hold’ order status.
* Fix -Exclude unnecessary files from plugin zip file.
* Tweak-WC 6.6 and WP 6.0 compatibility.
* Fix: Fatal error in update cart validation via CoCart
* Tweak: Add check that product still exists in update cart validation.
* Added support for plugin https://woocommerce.com/products/WooCommerce-deposits/
* added: selectbox to display notification header and text at beginning of E-Mail body
* added: filter “wc_email_attachments_unfiltered_notification_text”-allows to use unfiltered HTML in notification header and text
(e.g. add_filter( ‘wc_email_attachments_unfiltered_notification_text’, ‘__return_true’, 10 ); )
* Add-Support for UK VAT Number validation (using UK VAT Number API).
* Fix-VAT validation when the field is empty.
* Fix-Exclude unnecessary files from plugin zip file.
* Fix-‘Choose a Currency’ label not translatable.
* Update-PHP, WordPress and WC minimum required version updated.
* Add-PHP Compatibility GitHub Action.