From 4060ecd88ba95711fbcf2ab7abc14481551c7532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Ko=CC=88nemann?= Date: Thu, 1 Nov 2018 13:05:54 +0100 Subject: [PATCH] WooCommerce 3.5.1 update --- woocommerce/cart/cart-empty.php | 2 +- woocommerce/cart/cart.php | 2 +- woocommerce/cart/mini-cart.php | 2 +- woocommerce/checkout/form-checkout.php | 2 +- woocommerce/myaccount/form-edit-account.php | 2 +- woocommerce/myaccount/form-login.php | 2 +- woocommerce/myaccount/form-reset-password.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/woocommerce/cart/cart-empty.php b/woocommerce/cart/cart-empty.php index d01b640..fd2a9cb 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.0 + * @version 3.5.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/cart/cart.php b/woocommerce/cart/cart.php index ee0ad99..581f2c1 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.0 + * @version 3.5.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/cart/mini-cart.php b/woocommerce/cart/mini-cart.php index dcf0df2..b8abe1f 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.0 + * @version 3.5.1 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/woocommerce/checkout/form-checkout.php b/woocommerce/checkout/form-checkout.php index b841a52..5146a4b 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.0 + * @version 3.5.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/form-edit-account.php b/woocommerce/myaccount/form-edit-account.php index 467b480..faf003b 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.0 + * @version 3.5.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/myaccount/form-login.php b/woocommerce/myaccount/form-login.php index 5c2150f..b0e6a11 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.0 + * @version 3.5.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/form-reset-password.php b/woocommerce/myaccount/form-reset-password.php index c0c22e8..eb41e6e 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.0 + * @version 3.5.1 */ defined( 'ABSPATH' ) || exit;