Skip to content

Upgrading to 1.2.6

1.2.6 is a bugfix and feature release.

When updating the Hyvä Theme to version 1.2.6, please note to always update the hyva-themes/magento2-theme-module to the latest version as well.

Even if not updating the Default Theme to 1.2.6, it should always be safe to update Hyva_Theme module to the latest version (package hyva-themes/magento2-theme-module).

Backward incompatible changes

Localization Phrases

Changed phrases to match Magento

"Example: " -> " Example: "
"+ Add Invitee" -> "Add Invitee"
"%1 has been removed from your Wish List" -> "%1 has been removed from your Wish List."
"Could not remove item from your Wish List" -> "Could not remove item from your Wish List."

Because they are now identical to strings used in the core, they no longer are included in the Hyvä en_US.csv file.

Bugfix in en_US.csv file

Quotes in following phrase previously was incorrectly escaped and was not correctly localized because of it:

"

                        <div class="container">
                            <p>No Checkout module installed.</p>
                            <p>Either install Hyvä Checkout, the Luma Fallback Checkout, or another alternative checkout.</p>
                            <p>Please refer to <a href="https://docs.hyva.io/checkout/index.html" target="_blank">the documentation</a> for more information.</p>
                        </div>

                    "

Correctly escaped (by duplicating contained " characters as "") it now is:

"

                        <div class=""container"">
                            <p>No Checkout module installed.</p>
                            <p>Either install Hyvä Checkout, the Luma Fallback Checkout, or another alternative checkout.</p>
                            <p>Please refer to <a href=""https://docs.hyva.io/checkout/index.html"" target=""_blank"">the documentation</a> for more information.</p>
                        </div>

                    "

Changed phrases

The following phrases have been changed in hyva-themes/magento2-theme-module or hyva-themes/magento2-default-theme:

"Please enter at least ""%0"" characters." -> "Please enter at least %0 characters."
"Please enter no more than ""%0"" characters." -> "Please enter no more than %0 characters."
"Unable to find the SVG icon ""%1" -> "Unable to find the SVG icon ""%1"""

The changes happened during a previous release, but the translation file was not updated at the time.

Removed phrases

The following phrases are no longer used in the hyva-default theme or the hyva-theme-module, or they are already present in core Magento so they are no longer included in the Hyvä en_US.csv file:

Add to Wish List
Estimate shipping
Estimate tax
Jump forward
Loading rates...
Region
This field is required.
"Update Wish List",Update Wish List""
Your form does not have the required fields for recaptcha to work.
excl. VAT
incl. VAT

Added phrases

The following new phrases have been added because they were previously missing:

(These settings can also be found in Catalog > Catalog > Recently Viewed/Compared Products)
(These settings can also be found in Catalog > Catalog > Storefront)
(These settings can also be found in Sales > Google API > Google GTag)
Could not add item to your Wish List.
Could not remove item from your Wish List.
Enable on Product Detail Pages
Enabling client side breadcrumb rendering can impact frontend performance for large category trees.
Google Tag Manager
Hide Password
Hyva Themes
Hyvä Client-Side Breadcrumbs Rendering
Lazyload Tag Manager
Luma Fallback module expected
Message Display
Please enter at least 1 character.
Please enter no more than 1 character.
Please match the requested format.
Please match the requested format: %0.
Success Message Default Timeout
"The number of milliseconds, after which success messages disappear by default. Leave empty to disable automatic hiding."
"The password must include at least %1 or more of: uppercase (A-Z), lowercase (a-z), number and symbol."
The telephone number is too short.

Changelogs

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

Known Issues

Please check the GitLab issue tracker for the default-theme and the theme-module for known issues.