Skip to content

Upgrading to 1.1.11

This is a maintenance release mostly focused on totals summary and tax improvements together with some bug fixes.

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.11

Backward incompatible changes

This release is backward compatible.

Deprecations

Hyva\Checkout\Magewire\Checkout\PriceSummary

  • The refresh() method has been cleared to prevent an overflow of shipping rates collection. As a result, the refresh method is now obsolete and deprecated for future use.

Hyva\Checkout\Model\Form\EntityFormElement\Renderer\AbstractRenderer

  • The deprecation of the public constant LAYOUT_ELEMENT_LABEL is attributed to its replacement with block names prefixed by accessory.. This change is aimed at providing a more standardized and intuitive naming convention for better code organization.
  • The consideration to remove the $filter method argument for the resolveBlock() method is prompted by the introduction of the block fallback mechanism.
  • The deprecation of the $global method argument for the renderAccessory() method is a consequence of its replacement with specific layout XML block name prefixes (e.g., accessory.). Simultaneously, the elevation of renderAccessory() from a private to a public scope is intended to enhance its accessibility and usage flexibility.

Changelogs

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