From b291dbda2882f492f09701e28ca1e9485ee151ec Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 6 Nov 2019 11:51:30 -0500 Subject: [PATCH] Woocommerce custom product templates updated --- header.php | 2 +- style.css | 2 +- woocommerce/archive-product.php | 2 +- woocommerce/content-product_cat.php | 2 +- woocommerce/content-single-product.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/header.php b/header.php index 14400dd..faf1b14 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index b2d0922..0f31214 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: FineWineJourneys Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for FineWineJourneys -Version: 1.0.7.0 +Version: 1.0.8.0 */ diff --git a/woocommerce/archive-product.php b/woocommerce/archive-product.php index 6393059..9870a5b 100644 --- a/woocommerce/archive-product.php +++ b/woocommerce/archive-product.php @@ -12,7 +12,7 @@ * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 2.0.0 + * @version 3.4.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/content-product_cat.php b/woocommerce/content-product_cat.php index 3856c31..26f412d 100644 --- a/woocommerce/content-product_cat.php +++ b/woocommerce/content-product_cat.php @@ -12,7 +12,7 @@ * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 2.5.2 + * @version 2.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/content-single-product.php b/woocommerce/content-single-product.php index ffd355f..941caf9 100644 --- a/woocommerce/content-single-product.php +++ b/woocommerce/content-single-product.php @@ -12,7 +12,7 @@ * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 1.6.4 + * @version 3.6.0 */ if ( ! defined( 'ABSPATH' ) ) { -- 2.17.1