Upgrading to 1.1.20
Version 1.1.20 is largely backward compatible. Refer to the changelog for full details.
Important: When updating the Hyvä Theme to 1.1.20, always update the hyva-themes/magento2-theme-module to its latest version.
It is always safe to update the Hyva_Theme module (hyva-themes/magento2-theme-module) to the latest version, even if you are not updating the Default Theme to 1.1.20.
Backward Incompatible Changes
- Advanced form validation phrase change
The validation error message for required fields now uses "This is a required field." instead of "This field is required.", aligning with Luma.
- Password validation rule not automatically applied to all password fields
The password validation rule is no longer automatically applied to all type="password" input fields. This change allows for custom validation rules. To apply the password validation rule, explicitly add the attribute data-validate='{"password": true}'.
- Order email total rendering fix
Order email totals previously rendered above order items due to shared storefront/email templates. This release moves storefront templates to a new location, ensuring standard Luma templates are used for order emails. If you have overridden these templates, you must move them to their new locations:
Magento_Sales::order/totals.phtmltoMagento_Sales::order/totals/totals.phtmlMagento_Tax::order/tax.phtmltoMagento_Tax::order/totals/tax.phtml
Changelogs
Detailed changelogs are available in the CHANGELOG.md file within the codebase, or via these links: