Changelog - Commerce Module
All notable changes to Commerce Module are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.5 - 2026-06-30
Added
- Hyvä Enterprise branding support for admin theme
Changed
- Updated logos for admin theme usage
1.0.4 - 2026-06-30
Added
- System config tab for Hyvä Commerce
1.0.3 - 2026-05-26
Added
- User settings interface for storing user preferences on Hyvä Commerce features.
1.0.2 - 2026-03-16
Changed
- Loading AlpineJS in the admin panel now follows the same logic as the frontend.
- Alpine is now loaded using the
hyva_adminhtml_alpinehandle, buthyva_adminhtml_alpine_cspremains for backwards compatibility.
1.0.1 - 2025-11-11
Added
is_admin_login_pageLayout XML argument to manage the selection and output of the default or login logos on an admin page, and set the login logo to be used on all pages that include theadmin_loginhandle.
Changed
- Updated the (now deprecated) admin branding method (
\Hyva\Commerce\ViewModel\AdminBranding::isAdminLoginPage) that checks whether to use the default admin logo or login admin logo to include a condition for 2FA pages, for backwards compatibility. - Updated the
Hyva_Commerce::page/header.phtmltemplate to use the newis_admin_login_pagelayout handle argument instead of the deprecated admin branding method.
1.0.0 - 2025-07-11
Added
- Translation CSV file
Changed
- Simplified
system.xmltranslatable strings for admin logo image upload fields
Removed
- TODO comment for missing logo variations that were added in the previous release
module.xml<sequence/>forMageOS_ThemeAdminhtmlSwitcher(now inHyva_AdminThememodule)
0.1.3 - 2025-06-20
Removed
- The default value to make the Hvyä Commerce Admin Theme the 'active admin theme' has been removed from
etc/config.xml
0.1.2 - 2025-06-17
Added
- Set Hyvä Commerce Admin Theme as default
- Hyvä Commerce default admin logos
- Ability to add custom login, menu and favicon admin logos
0.1.1 - 2025-04-11
Added
- Ability to include Alpine.js within the Admin Panel (via Layout XML handle)
- Extension point for including Hyvä Commerce related messaging via section data (no messaging implemented at this time)
- Abstract Type Factory and Type Mismatch Exception classes (will be utilised as part of Admin Dashboard)
Changed
- Nothing changed
Removed
- Nothing removed