From c015927740d4a007d9344bd558a59d5fd5646bb8 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 23 Mar 2018 12:30:05 -0600 Subject: [PATCH] Fixing versions Fix versions which had been changed; Current with Woo 3.3.4 release templates; Fixes header formatting to be identical with Woo source files; --- woocommerce/cart/cart-empty.php | 2 +- woocommerce/cart/cart.php | 2 +- woocommerce/cart/mini-cart.php | 2 +- woocommerce/checkout/form-coupon.php | 2 +- woocommerce/myaccount/downloads.php | 2 +- woocommerce/myaccount/navigation.php | 2 +- woocommerce/myaccount/orders.php | 2 +- woocommerce/single-product/rating.php | 2 +- woocommerce/single-product/review-rating.php | 8 ++++---- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/woocommerce/cart/cart-empty.php b/woocommerce/cart/cart-empty.php index 1801206..fd722cb 100644 --- a/woocommerce/cart/cart-empty.php +++ b/woocommerce/cart/cart-empty.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.2 + * @version 3.1.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/cart/cart.php b/woocommerce/cart/cart.php index be4d56e..2c0cab8 100644 --- a/woocommerce/cart/cart.php +++ b/woocommerce/cart/cart.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.2 + * @version 3.3.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/cart/mini-cart.php b/woocommerce/cart/mini-cart.php index c91dc6c..1dc5561 100644 --- a/woocommerce/cart/mini-cart.php +++ b/woocommerce/cart/mini-cart.php @@ -15,7 +15,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.2 + * @version 3.3.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/woocommerce/checkout/form-coupon.php b/woocommerce/checkout/form-coupon.php index eab50c1..f45d0bb 100644 --- a/woocommerce/checkout/form-coupon.php +++ b/woocommerce/checkout/form-coupon.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.2 + * @version 3.3.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/downloads.php b/woocommerce/myaccount/downloads.php index 701a924..7904946 100644 --- a/woocommerce/myaccount/downloads.php +++ b/woocommerce/myaccount/downloads.php @@ -15,7 +15,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.2 + * @version 3.2.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/navigation.php b/woocommerce/myaccount/navigation.php index 41283a9..edb1a7d 100644 --- a/woocommerce/myaccount/navigation.php +++ b/woocommerce/myaccount/navigation.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.2 + * @version 2.6.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/orders.php b/woocommerce/myaccount/orders.php index 1e2921f..56c4ae9 100644 --- a/woocommerce/myaccount/orders.php +++ b/woocommerce/myaccount/orders.php @@ -15,7 +15,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.2 + * @version 3.2.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/single-product/rating.php b/woocommerce/single-product/rating.php index b52103b..297111a 100644 --- a/woocommerce/single-product/rating.php +++ b/woocommerce/single-product/rating.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.2 + * @version 3.1.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/single-product/review-rating.php b/woocommerce/single-product/review-rating.php index 1ca30c3..2fcdf28 100644 --- a/woocommerce/single-product/review-rating.php +++ b/woocommerce/single-product/review-rating.php @@ -10,10 +10,10 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ - * @author WooThemes - * @package WooCommerce/Templates - * @version 3.3.0 + * @see https://docs.woocommerce.com/document/template-structure/ + * @author WooThemes + * @package WooCommerce/Templates + * @version 3.1.0 */ if ( ! defined( 'ABSPATH' ) ) {