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 29d3de0..a0e0cf1 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 fd2a9cb..ca6c9c5 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 581f2c1..eeb677c 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 b8abe1f..9c973b9 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 344bf7d..110c6ab 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 5146a4b..50d78b5 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 364c7b2..aac6617 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 fa098c0..63dc14b 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 a83c966..9b8ff17 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 f71ac99..29d2939 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 020cb9b..5e983a5 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 ccd35c1..ecd9133 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 577995d..58a34a6 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 7904946..add3e2a 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 faf003b..1f326b0 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 ad43c3e..e1bba3e 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 a42db46..9679b86 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 a683089..f6fcaf6 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 4316ad4..529c39b 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 c0b9b5e..b8fb487 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 733843e..6964e99 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 ec3c6ac..c99506b 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 297111a..527cdbc 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' ) ) {