WooCommerce Bulk Table Editor Version 2.3.8 Changelog
* Minor fix in range filter
* Added option in settings to turn range filter off
* Minor fix in range filter
* Added option in settings to turn range filter off
* Tweak – Compatible with High Performance Order Storage[HPOS]
* Tweak – Tested with WordPress v6.2.2
* Tweak – Tested with WooCommerce v7.7.2
* Dev – Add release preparation GH workflow.
* Tweak – Ability to disable the Mailchimp integration without a valid API key.
* Tweak – Security improvements.
Feature – ability to print the end-of-day (EoD) report.
Fix – custom grid product ordering was not being respected.
Fix – issue when scrolling through customers after searching for a customer.
Fix – product quantity was doubled when added using the search bar.
Tweak – icon to change the product sorting order between asc/desc.
* Other: Announcement: https://om4.io/blog/woocommerce-zapier-2-6-0-full-product-variation-support/
* New: Product variations can be created using the “Create Product” action. PR #606, PR #612
* New: Product variations can be updated using the “Update Product” action. PR #606, PR #612
* New: Product variations can be found using the “Find Product” action. PR #606, PR #612
* New: “Product stock status changed (any status)” trigger rule. PR ##609
* New: “Product stock status changed to in stock” trigger rule. PR ##609
* New: “Product stock status changed to on backorder” trigger rule. PR ##609
* New: “Product stock status changed to out of stock” trigger rule. PR ##609
* New: “Product stock low” trigger rule. PR ##609
* New: Add “Update Product Price” REST API endpoint, for use with the new “Update Product Price” action. PR #608
* Change: Product actions now checking both products and product variation permissions. PR #606
* Change: Trigger sample data now includes product variations. PR #606
* Change: Transfer by Zapier product data now includes product variations. PR #606
* Fix: Ensure “Update Product Stock” REST API endpoint does not accept an empty “product_value” when searching by SKU. PR #608
* Fix: PLUGINS-2171 – Password Protection error issues.
* WC 7.7.0
* Unset DOMPDF object after PDF is generated for compatibility
* Update PDFMerger for PHP 8.x compatibility
* Make sure Send Class loads when editing an order
* Update DOMPDF to version 2.0.3
* Remove unnecessary fonts
* Update: WP and WC version compatibility.
* Update: Call catalog_visibility_alternate_add_to_cart_link_url filter on the add to cart link for shop links.
* New: Allow filtering of the locations which are used for the location picker. Use the filter woocommerce_catalog_restrictions_available_locations.
* add_filter( ‘woocommerce_catalog_restrictions_available_locations’, function( $available_locations, $allowed_countries, $allowed_states, $use_states ) {
* $available_locations = [
* ‘US’ => [
* ‘title’ => ‘United States’,
* ‘code’ => ‘US’,
* ‘states’ => [
* ‘CA’ => [
* ‘title’ => ‘California’,
* ‘code’ => ‘CA’
* ],
* ]
* ]
* ];
* return $available_locations;
* }, 10, 4 );
* Dev – Added new GitHub Workflow to run Quality Insights Toolkit tests.
* Dev – Bump WooCommerce “tested up to” version 7.6.
* Dev – Bump WordPress “tested up to” version 6.2.
* Dev – Bump WordPress minimum supported version from 5.6 to 5.8.
* Made compatible with WooCommerce 7.7
* Fixed an issue with the display of the Sale price on the Store