WooCommerce Catalog Visibility Options Version 3.3.1
Version 3.3.1 of WooCommerce Catalog Visibility Options was released on June 10, 2023 and is now available. Learn how to immediately download from WPspring.
Version 3.3.1 of WooCommerce Catalog Visibility Options was released on June 10, 2023 and is now available. Learn how to immediately download from WPspring.
* 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 );
Version 1.10.59 of WooCommerce Product CSV Import Suite was released on June 07, 2023 and is now available. Learn how to immediately download from WPspring.
* 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.
Version 2.0.1 of Bulk Edit Products, Prices, and Attributes was released on June 02, 2023 and is now available. Learn how to immediately download from WPspring.
* Made compatible with WooCommerce 7.7
* Fixed an issue with the display of the Sale price on the Store
Version 2.8.1 of WooCommerce API Manager was released on June 04, 2023 and is now available. Learn how to immediately download from WPspring.
* Fix: API Key activations not displayed when Product Order API Key hidden in api-keys.php template.
* Fix: Product ID column table header text wrapped when it should not be in the api-keys.php template.
* Fix: Release Date column table header text wrapped when it should not be in the api-downloads.php template.
* Update: Updated templates/myaccount/api-keys.php.
* Update: Updated templates/myaccount/api-downloads.php.php.
* New: Settings page link to API Manager > API Customers submenu.
Version 10.10.2 of WooCommerce Product Feeds was released on June 05, 2023 and is now available. Learn how to immediately download from WPspring.
* New: WooCommerce compatibility up to 7.8
* Fix: Resolve UI issue on manage feeds page when a filtered category has been deleted