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 d01b640a..fd2a9cbd 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 ee0ad992..581f2c1c 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 dcf0df26..b8abe1fd 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 b841a52a..5146a4b9 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 467b480b..faf003b5 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 5c2150f4..b0e6a11a 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 c0c22e81..eb41e6e3 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;