WooCommerce Hide Price Add to Cart Button Version 1.2.5 Changelog
* Compatibility updated for latest versions of WooCommerce and WordPress.
* Compatibility updated for latest versions of WooCommerce and WordPress.
* Minor Bug fixes
2022-08-10 -version 1.1.2
* Added sort column option-you can sort column of variation table through drag and drop
* Added user roles option -you can enable variation table for specific user role
* Fixed minor design issues
2022-03-07 -version 1.1.1
* Fixed minor Issues
2021-12-07 -version 1.1.0
* Fixed minor Issues
2021-09-08 -version 1.0.9
* Added new option of hide variations option
* Fixed minor Issues
2021-09-01 -version 1.0.8
* Changed Backend design
* Fixed Issues
2021-07-16 -version 1.0.7
* Add Shortcode Functionlities
2021-07-12 -version 1.0.6
* Add functionlities Select / Deselect All Checkboxes items add to cart
2021-07-07 -version 1.0.5
* CSS issues fixed
2021-06-21 -version 1.0.4
* Fix Comptibility issues.
* Resolved multiselect items add to cart issues
2021-05-24 -version 1.0.3
* Make compatible our plugin with elementor by providing them shortcode.
* Make shortcode of our plugin.
* Make a switch of on and off at the admin site. If user enable that switch then the field name shortcode is shown so users just copy that shortcode and paste it anywhere on single product page for variation table and if user disable the option then our plugin is working same as early.
2020-12-14 -version 1.0.2
* Fixed the price saving issue on global settings
* Fixed the page-limit issue, rows can be shown of any number at the table
* Fixed the issue of number of variations for each product on product page
* Add the multiple cart items with the custom number of quantity field
* By default set the quantity field to 1
* 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.