Skip to content

v4.2.0

Choose a tag to compare

@sampoyigi sampoyigi released this 08 May 12:31
e55c2d2

✨ New Features

  • Out-of-stock override with quick duration options added to inventory (#122, df76ed9)
  • Stock validation for selected menu option values (33ff377)

🐛 Bug Fixes

  • Fixed icon size issue for delivery order count chart widget (#123, 979d7b7)
  • Ensure session key is set via setter in cart condition (431662b)
  • Set session key using provided config in (bdd5533)
  • Validate fields in (c882383)
  • Validate numeric menu option values before cart add (29e1854)
  • Ensure fallback payment when no default gateway is set (016504f)
  • Validate selected menu option values exist (014ff24)

♻️ Refactoring

  • Add return type and simplify value precision default in cart (9e2da57)
  • Expose order datetime and align cart condition amount precision (a672422)
  • Switch stock action field to radiolist (9f5cd3c)

🧪 Tests

  • Cover nullable field in checkout settings request (258ab92)

📖 Documentation

  • Clarified description in lang (eed3335)
  • Removed obsolete changelog section from README (36d9c2b)
  • Updated issue tracker link to point to the core repo (1065429)