diff --git a/inc/woocommerce.php b/inc/woocommerce.php index e019e1d..157fcf4 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -10,7 +10,7 @@ if ( ! function_exists( 'woocommerce_support' ) ) { * Declares WooCommerce theme support. */ function woocommerce_support() { - add_theme_support( 'understrap' ); + add_theme_support( 'woocommerce' ); // Add New Woocommerce 3.0.0 Product Gallery support add_theme_support( 'wc-product-gallery-lightbox' ); diff --git a/package.json b/package.json index 591ff58..6d75ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.6.9", + "version": "0.6.9.1", "description": "WordPress Theme framework", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index 722ca98..7772b92 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ Description: Combination of AutomatticĀ“s _s theme and Bootstrap 4. Made as a so That downloads everything and moves it in place so that you can recompile your CSS and JS files; A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap A child theme is available on Github, too: https://github.com/holger1411/understrap-child; -Version: 0.6.9 +Version: 0.6.9.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: understrap