From e8fcfbb82c87ba5f289972fb49fddd2cf95d83ca Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 18 Apr 2023 17:10:19 +0100 Subject: [PATCH] Bump templates to 7.8.0 --- plugins/woocommerce/templates/checkout/form-pay.php | 2 +- plugins/woocommerce/templates/checkout/payment.php | 2 +- plugins/woocommerce/templates/loop/no-products-found.php | 2 +- plugins/woocommerce/templates/myaccount/downloads.php | 2 +- .../woocommerce/templates/myaccount/form-add-payment-method.php | 2 +- plugins/woocommerce/templates/myaccount/orders.php | 2 +- plugins/woocommerce/templates/myaccount/payment-methods.php | 2 +- plugins/woocommerce/templates/order/order-details.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/woocommerce/templates/checkout/form-pay.php b/plugins/woocommerce/templates/checkout/form-pay.php index 1f58b9db284..c0ec9087287 100644 --- a/plugins/woocommerce/templates/checkout/form-pay.php +++ b/plugins/woocommerce/templates/checkout/form-pay.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.7.0 + * @version 7.8.0 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/checkout/payment.php b/plugins/woocommerce/templates/checkout/payment.php index 83f82fa1b93..d817a439307 100644 --- a/plugins/woocommerce/templates/checkout/payment.php +++ b/plugins/woocommerce/templates/checkout/payment.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.7.0 + * @version 7.8.0 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/loop/no-products-found.php b/plugins/woocommerce/templates/loop/no-products-found.php index bb6fc89ef6d..e8b672188e1 100644 --- a/plugins/woocommerce/templates/loop/no-products-found.php +++ b/plugins/woocommerce/templates/loop/no-products-found.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.7.0 + * @version 7.8.0 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/downloads.php b/plugins/woocommerce/templates/myaccount/downloads.php index f91ce2f3232..7d445faacdd 100644 --- a/plugins/woocommerce/templates/myaccount/downloads.php +++ b/plugins/woocommerce/templates/myaccount/downloads.php @@ -14,7 +14,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.7.0 + * @version 7.8.0 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/myaccount/form-add-payment-method.php b/plugins/woocommerce/templates/myaccount/form-add-payment-method.php index 0c5cd631d85..d745c393db0 100644 --- a/plugins/woocommerce/templates/myaccount/form-add-payment-method.php +++ b/plugins/woocommerce/templates/myaccount/form-add-payment-method.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.7.0 + * @version 7.8.0 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/orders.php b/plugins/woocommerce/templates/myaccount/orders.php index b5f860f0dee..315f9a25fd1 100644 --- a/plugins/woocommerce/templates/myaccount/orders.php +++ b/plugins/woocommerce/templates/myaccount/orders.php @@ -14,7 +14,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.7.0 + * @version 7.8.0 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/payment-methods.php b/plugins/woocommerce/templates/myaccount/payment-methods.php index 255e883a45f..0fdf2385a05 100644 --- a/plugins/woocommerce/templates/myaccount/payment-methods.php +++ b/plugins/woocommerce/templates/myaccount/payment-methods.php @@ -14,7 +14,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.7.0 + * @version 7.8.0 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/order/order-details.php b/plugins/woocommerce/templates/order/order-details.php index f9b30b79596..c77971eaa44 100644 --- a/plugins/woocommerce/templates/order/order-details.php +++ b/plugins/woocommerce/templates/order/order-details.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.7.0 + * @version 7.8.0 */ defined( 'ABSPATH' ) || exit;