Upgrading to 1.1.17
This release primarily focused on improving the multi-layer inheritance of checkouts.
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
Hyva\Checkout\Model\Config\Converter
Although our expectation is that few to none will have extended this class, we still find it of great importance to report these backwards incompatible changes for those who have chosen to do so.
- Method
includeSteps
no longer requires astring $parent
and aDOMElement $child
and now does require aDOMElement $root
which by default isnull
. - Method
includeUpdates
now optionally required aDOMElement $root
which by default isnull
. - Method
includeCustomConditions
no longer requires astring $for
and aDOMElement $parent
and now does require aDOMElement $checkout
.
Deprecations
This release has no deprecations.
Changelogs
Changelogs are available from the CHANGELOG.md
in the codebase, or here in the docs.