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
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
$filtermethod argument for theresolveBlock()method is prompted by the introduction of the block fallback mechanism. - The deprecation of the
$globalmethod argument for therenderAccessory()method is a consequence of its replacement with specific layout XML block name prefixes (e.g.,accessory.). Simultaneously, the elevation ofrenderAccessory()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.