Skip to content

Upgrading to 1.4.0-beta3

This is the third beta release of Magewire v3 for Hyvä Checkout

Hyvä Checkout 1.4.0-beta3 focuses on expanded EAV attribute support in the checkout address forms, together with a redesigned admin configuration experience for address fields.

Beta release - not for production use

Hyvä Checkout 1.4.0-beta3 is a beta intended for testing and evaluation only. Do not run it on a production store. Install it in a development or staging environment so you can validate the Magewire v3 architecture and the new EAV attribute behavior ahead of a stable release.

Expanded EAV Attribute Support in the Checkout Address Forms

Hyvä Checkout 1.4.0-beta3 renders and validates additional customer and customer address EAV attributes in the billing and shipping address forms. These frontend input types are supported:

  • Text Field
  • Text Area
  • Date
  • Dropdown
  • Yes/No (boolean)
  • Multiple Select
  • Multiline

File and Image input types are not supported. For a walkthrough of creating an address attribute and assigning it to the customer_register_address form, see Adding Custom Address Attributes.

Hyvä Checkout 1.4.0-beta3 also ships the two address form configuration data patches, MigrateAddressConfig and RemoveCustomerAttributesFromAddressConfig, along with the console command that reverts them. Their behavior is documented in Address Form Configuration Data Migration.

The changelog has the full list of changes in this release.

Installing Hyvä Checkout 1.4.0-beta3

Check the upgrade process overview for Hyvä Checkout first. Then run:

composer update --with-dependencies hyva-themes/magento2-hyva-checkout:1.4.0-beta3

Composer only installs pre-release packages when your project's stability settings allow it. If the beta refuses to install, check the minimum-stability and prefer-stable settings in your composer.json, or require the beta version explicitly.

Upgrade guide coming soon

We're preparing a comprehensive upgrade guide that will cover the recommended upgrade process and migration steps for Magewire v3.

Changelogs

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