From cac4962ddb057f8dc73f139f94c442e455798df7 Mon Sep 17 00:00:00 2001 From: Holger Koenemann Date: Mon, 22 Apr 2019 18:38:43 +0200 Subject: [PATCH] Update Woocommerce version info --- inc/woocommerce.php | 2 +- woocommerce/cart/cart-empty.php | 2 +- woocommerce/cart/cart.php | 2 +- woocommerce/cart/mini-cart.php | 2 +- woocommerce/cart/proceed-to-checkout-button.php | 2 +- woocommerce/checkout/form-checkout.php | 2 +- woocommerce/checkout/form-coupon.php | 2 +- woocommerce/checkout/form-pay.php | 2 +- woocommerce/checkout/payment.php | 2 +- woocommerce/global/form-login.php | 2 +- woocommerce/global/quantity-input.php | 2 +- woocommerce/loop/add-to-cart.php | 2 +- woocommerce/loop/orderby.php | 2 +- woocommerce/myaccount/downloads.php | 2 +- woocommerce/myaccount/form-edit-account.php | 2 +- woocommerce/myaccount/form-edit-address.php | 2 +- woocommerce/myaccount/form-login.php | 2 +- woocommerce/myaccount/form-lost-password.php | 2 +- woocommerce/myaccount/form-reset-password.php | 3 +-- woocommerce/myaccount/my-address.php | 2 +- woocommerce/myaccount/navigation.php | 2 +- woocommerce/myaccount/orders.php | 4 ++-- woocommerce/product-searchform.php | 2 +- woocommerce/single-product/add-to-cart/simple.php | 2 +- .../add-to-cart/variation-add-to-cart-button.php | 2 +- woocommerce/single-product/rating.php | 2 +- 26 files changed, 27 insertions(+), 28 deletions(-) diff --git a/inc/woocommerce.php b/inc/woocommerce.php index 29d3de0e..a0e0cf12 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -15,7 +15,7 @@ if ( ! function_exists( 'understrap_woocommerce_support' ) ) { * Declares WooCommerce theme support. */ function understrap_woocommerce_support() { - add_theme_support( 'woocommerce' ); + add_theme_support( 'understrap' ); // Add New Woocommerce 3.0.0 Product Gallery support. add_theme_support( 'wc-product-gallery-lightbox' ); diff --git a/woocommerce/cart/cart-empty.php b/woocommerce/cart/cart-empty.php index fd2a9cbd..ca6c9c55 100644 --- a/woocommerce/cart/cart-empty.php +++ b/woocommerce/cart/cart-empty.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.5.1 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/cart/cart.php b/woocommerce/cart/cart.php index 581f2c1c..eeb677cf 100644 --- a/woocommerce/cart/cart.php +++ b/woocommerce/cart/cart.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.5.1 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/cart/mini-cart.php b/woocommerce/cart/mini-cart.php index b8abe1fd..9c973b9a 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.5.1 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/woocommerce/cart/proceed-to-checkout-button.php b/woocommerce/cart/proceed-to-checkout-button.php index 344bf7db..110c6aba 100644 --- a/woocommerce/cart/proceed-to-checkout-button.php +++ b/woocommerce/cart/proceed-to-checkout-button.php @@ -15,7 +15,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 2.4.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/checkout/form-checkout.php b/woocommerce/checkout/form-checkout.php index 5146a4b9..50d78b57 100644 --- a/woocommerce/checkout/form-checkout.php +++ b/woocommerce/checkout/form-checkout.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.5.1 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/checkout/form-coupon.php b/woocommerce/checkout/form-coupon.php index 364c7b29..aac66170 100644 --- a/woocommerce/checkout/form-coupon.php +++ b/woocommerce/checkout/form-coupon.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.4.4 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/checkout/form-pay.php b/woocommerce/checkout/form-pay.php index fa098c00..63dc14b1 100644 --- a/woocommerce/checkout/form-pay.php +++ b/woocommerce/checkout/form-pay.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.4.0 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/checkout/payment.php b/woocommerce/checkout/payment.php index a83c9662..9b8ff17c 100644 --- a/woocommerce/checkout/payment.php +++ b/woocommerce/checkout/payment.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.5.3 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/global/form-login.php b/woocommerce/global/form-login.php index f71ac990..29d29397 100644 --- a/woocommerce/global/form-login.php +++ b/woocommerce/global/form-login.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/global/quantity-input.php b/woocommerce/global/quantity-input.php index 020cb9bf..5e983a5b 100644 --- a/woocommerce/global/quantity-input.php +++ b/woocommerce/global/quantity-input.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.4.0 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/loop/add-to-cart.php b/woocommerce/loop/add-to-cart.php index ccd35c11..ecd91335 100644 --- a/woocommerce/loop/add-to-cart.php +++ b/woocommerce/loop/add-to-cart.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/loop/orderby.php b/woocommerce/loop/orderby.php index 577995d4..58a34a65 100644 --- a/woocommerce/loop/orderby.php +++ b/woocommerce/loop/orderby.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/downloads.php b/woocommerce/myaccount/downloads.php index 79049461..add3e2a7 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.2.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/form-edit-account.php b/woocommerce/myaccount/form-edit-account.php index faf003b5..1f326b06 100644 --- a/woocommerce/myaccount/form-edit-account.php +++ b/woocommerce/myaccount/form-edit-account.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.5.1 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/myaccount/form-edit-address.php b/woocommerce/myaccount/form-edit-address.php index ad43c3e7..e1bba3e0 100644 --- a/woocommerce/myaccount/form-edit-address.php +++ b/woocommerce/myaccount/form-edit-address.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.4.0 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/myaccount/form-login.php b/woocommerce/myaccount/form-login.php index a42db460..9679b867 100644 --- a/woocommerce/myaccount/form-login.php +++ b/woocommerce/myaccount/form-login.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.5.1 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/form-lost-password.php b/woocommerce/myaccount/form-lost-password.php index a6830899..f6fcaf6d 100644 --- a/woocommerce/myaccount/form-lost-password.php +++ b/woocommerce/myaccount/form-lost-password.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.5.2 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/myaccount/form-reset-password.php b/woocommerce/myaccount/form-reset-password.php index 4316ad46..529c39b9 100644 --- a/woocommerce/myaccount/form-reset-password.php +++ b/woocommerce/myaccount/form-reset-password.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.5.5 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; @@ -50,4 +50,3 @@ do_action( 'woocommerce_before_reset_password_form' ); $action ) { echo '' . esc_html( $action['name'] ) . ''; diff --git a/woocommerce/product-searchform.php b/woocommerce/product-searchform.php index c0b9b5e3..b8fb4874 100644 --- a/woocommerce/product-searchform.php +++ b/woocommerce/product-searchform.php @@ -13,7 +13,7 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 3.3.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/single-product/add-to-cart/simple.php b/woocommerce/single-product/add-to-cart/simple.php index 733843e9..6964e999 100644 --- a/woocommerce/single-product/add-to-cart/simple.php +++ b/woocommerce/single-product/add-to-cart/simple.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.4.0 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php b/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php index ec3c6ac2..c99506b1 100644 --- a/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php +++ b/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php @@ -4,7 +4,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates - * @version 3.4.0 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/single-product/rating.php b/woocommerce/single-product/rating.php index 297111a4..527cdbc9 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.1.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) {