Skip to content

Changelog - Adobe Commerce - Hyvä Checkout

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

1.0.1 - 2026-08-27

Hyvä Enterprise Checkout - 1.0.1

Added

  • PHP 8.5 compatibility

Changed

  • Type casts reward points balance to float instead of double
  • Updated gift card error messaging phrase to match existing translation
  • Active shipping/billing address now renders from the quote address object instead of an address-book lookup, meaning an unsaved address is no longer blank
  • Normalised the JSON address ID to fix a type error when selecting an address
  • Unsaved address no longer lingers in the modal after switching away, which previously threw NoSuchEntityException: This address does not belong to you
  • Default address badge now respects the list type, the shipping address list no longer flags the default billing address, and vice versa
  • Fixed multi-line street addresses collapsing onto one line
  • Removed x-html address rendering to avoid unescaped customer data resulting in stored XSS
    • Addresses now render via x-text
  • Address selection modal aria-labelledby now targets an appropriate element ID
  • Added an Edit Address button for unsaved addresses, matching the core's grid renderer
  • Restyled the active address card and modal items to match core's default address selection
  • Change Address button is now full-width with an icon, consistent with the adjacent New Address button

Removed

  • Nothing removed

1.0.0 - 2026-06-30

Hyvä Enterprise Checkout - 1.0.0

Added

  • Nothing added

Changed

  • Nothing changed

Removed

  • Deprecated the Hyva\EnterpriseCheckout\ViewModel\Adminhtml\System\Config\AddressAttributes as the functionality has been moved to the base Hyva_Checkout module
  • Removed Hyva_MagentoGoogleTagManager dependency

0.2.0 - 2025-05-23

Hyvä Enterprise Checkout - 0.2.0

Added

  • CSP compatibility

Changed

  • UI refresh

Removed

  • Nothing removed

0.1.0 - 2024-01-12

Hyvä Enterprise Checkout - 0.1.0

Added

  • Initial feature release

Changed

  • Nothing changed

Removed

  • Nothing removed

0.0.1 - 2024-01-04

Hyvä Enterprise Checkout - 0.0.1

Added

  • Initial release

Changed

  • Nothing changed

Removed

  • Nothing removed