From e3e57c406f9c0d3f0269e5ea946c82b1613c23f2 Mon Sep 17 00:00:00 2001 From: Alex S <17275120+AlexGStapleton@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:31:20 +1300 Subject: [PATCH 1/2] WC: Update Form Checkout Template --- woocommerce/checkout/form-checkout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/woocommerce/checkout/form-checkout.php b/woocommerce/checkout/form-checkout.php index 5cccc1b..c88dd66 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/ * - * @version 3.5.0 + * @version 9.4.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; @@ -29,7 +29,7 @@ ?> -
+ get_checkout_fields() ) { ?> From 22e015ff0782ddf771a323e85f06e0a08485172d Mon Sep 17 00:00:00 2001 From: Andrew Misplon Date: Thu, 14 Nov 2024 21:51:46 +0000 Subject: [PATCH 2/2] Changelog update --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index c28c14c..fd73a8b 100644 --- a/readme.txt +++ b/readme.txt @@ -104,6 +104,9 @@ Original design files are available on [Google Drive](https://drive.google.com/f == Changelog == += 1.20.6 - 14 November 2024 = +* Updated WooCommerce Form Checkout template to version 9.4.0. + = 1.20.5 - 17 October 2024 = * Header: Restored the `floating` class to the masthead on scroll. * Header: Ensured the sticky logo is always correctly aligned.