Skip to content

v1.7.5

Choose a tag to compare

@dayyanj dayyanj released this 24 Aug 08:55
· 1 commit to main since this release
7b46292

v1.7.5 — 2026-08-24

A maintenance release: customer/merchant-facing fixes plus reliability hardening across the messaging systems. Upgrading is drop-in — no manual migration steps, no breaking API changes.

Fixed

  • Order emails link to the order — the "view your order" link in the order confirmation, shipping, delivery and refund emails now points to the customer's real order-confirmation page (in their language) instead of a dead address.
  • Webhooks fire only after a change is saved — deliveries are dispatched after the triggering database change commits, so an integration never receives an event for a record that hasn't been persisted yet.
  • Email system hardening — providers, DKIM signing, SMTP server control, theme integration, domain handling, translated-template import and the setup wizard; per-template failures are now reported accurately.
  • SMS provider hardening — more robust recipient handling and provider selection.
  • Translation webhook metadata — no longer omits the existing translation webhook.

Security

  • Dependency refresh: Stripe 11.6.0, Django REST Framework 3.18.0, google-api-python-client 2.199.0, plus boto3, google-auth, google-auth-httplib2 and phonenumbers patch updates.

Changed

  • Docs: removed the editions comparison table; added the starting-points headless-storefront demos link.
  • Headless API: responsive image sources extended to categories, variants, order items and brand logos.