Skip to content

Upgrading to 1.1.22

This release primarily focuses on improving the checkout experience by fixing several issues and enhancing specific functionalities. Key changes include ensuring company field visibility settings are respected, preventing the address modal from closing during interactions, and correctly handling address prefixes and special characters in payment method titles. Additionally, it resolves errors related to empty translation strings, country attribute field methods, and billing address handling, while also upgrading Magewire and reintroducing CSS classes for the main DOM element.

Please refer to the changelog for details.

Please check the upgrade process overview for Hyvä-Checkout first.
Then, to upgrade, run the command

composer update --with-dependencies hyva-themes/magento2-hyva-checkout:1.1.22

Backward incompatible changes

  • No backward incompatible changes.

Deprecations

Hyva\Checkout\Model\MethodMetaDataInterface

  • Has been replaced with Hyva\Checkout\Model\AbstractMethodMetaData.

Hyva\Checkout\Model\MethodMetaData

  • Has been replaced with Hyva\Checkout\Model\PaymentMethodMetaData.

Changelogs

Changelogs are available from the CHANGELOG.md in the codebase, or here in the docs.