From 4dad4a9265e43d64e473fed1e142ddc060f408e9 Mon Sep 17 00:00:00 2001 From: Basti <51531217+crftwrk@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:51:31 +0200 Subject: [PATCH] Fix: Version in mini-cart.php (#51020) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: NĂ©stor Soriano Co-authored-by: Seghir Nadir --- plugins/woocommerce/changelog/pr-51020 | 4 ++++ plugins/woocommerce/templates/cart/mini-cart.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 plugins/woocommerce/changelog/pr-51020 diff --git a/plugins/woocommerce/changelog/pr-51020 b/plugins/woocommerce/changelog/pr-51020 new file mode 100644 index 00000000000..ac4e7978690 --- /dev/null +++ b/plugins/woocommerce/changelog/pr-51020 @@ -0,0 +1,4 @@ +Significance: patch +Type: tweak + +Fix version number in a template diff --git a/plugins/woocommerce/templates/cart/mini-cart.php b/plugins/woocommerce/templates/cart/mini-cart.php index ecf51eb96eb..27ae9454260 100644 --- a/plugins/woocommerce/templates/cart/mini-cart.php +++ b/plugins/woocommerce/templates/cart/mini-cart.php @@ -14,7 +14,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 9.2.0 + * @version 9.3.0 */ defined( 'ABSPATH' ) || exit;