Files
q-shop/docs/RELEASE_NOTES_v1.1.2.md

1.0 KiB
Raw Permalink Blame History

QShop v1.1.2 — Release Notes

Release date: 20250823

Summary

Adds a new Service product type and full support for free (0price) items, including endtoend checkout without sending a payment transaction.

Changes

  • Product types
    • New: Service — intended for paid services (no goods delivered).
    • Checkout logic treats Service like Digital (no shipping section when the cart contains only Digital/Service items).
  • Free/0price items
    • Product creation/editing accepts 0 as a valid price (QORT and supported coins).
    • Cart/Checkout displays 0 amounts and correctly computes totals.
    • When the order total is 0, payment is skipped; the order is still created and a QMail notification is sent to the seller.
    • Validation updated to allow 0; negative prices remain blocked.
  • Minor UI/logic tweaks
    • Total and peritem price UI now renders when the amount is 0.

Notes

  • Backward compatible: existing products are unaffected.
  • Build: npm ci && npm run build. Output in dist/.