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
includeStepsno longer requires astring $parentand aDOMElement $childand now does require aDOMElement $rootwhich by default isnull. - Method
includeUpdatesnow optionally required aDOMElement $rootwhich by default isnull. - Method
includeCustomConditionsno longer requires astring $forand aDOMElement $parentand 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.