Skip to content

Commit

Permalink
Merge branch 'release/1.20.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Nov 14, 2024
2 parents a289b7a + 22e015f commit 87b4d66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions woocommerce/checkout/form-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
*
* @version 3.5.0
* @version 9.4.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
Expand All @@ -29,7 +29,7 @@

?>

<form name="checkout" method="post" class="checkout woocommerce-checkout" action="<?php echo esc_url( wc_get_checkout_url() ); ?>" enctype="multipart/form-data">
<form name="checkout" method="post" class="checkout woocommerce-checkout" action="<?php echo esc_url( wc_get_checkout_url() ); ?>" enctype="multipart/form-data" aria-label="<?php echo esc_attr__( 'Checkout', 'siteorigin-north' ); ?>">

<?php if ( $checkout->get_checkout_fields() ) { ?>

Expand Down

0 comments on commit 87b4d66

Please sign in to comment.