Skip to content

How to Upgrade

This document gives a general overview over the hyva-checkout upgrade process.
Please be sure to check the version specific upgrade notes.

The Upgrade Process

  1. Check version specific upgrade notes here in the docs. If there are any backward incompatible changes they will be listed there.
  2. Check the changelog for the new version.
  3. Upgrade the hyva-themes/magento2-hyva-checkout module.
  4. Apply required changes from step 2. to files customized in your theme.

Upgrade composer command

To update the hyva-checkout package including its Magewire dependency to the latest version, run the command

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

To update to a specific version, use the following command, while replacing x.y.z with the desired version.

composer update --with-dependencies hyva-themes/magento2-hyva-checkout:x.y.z