Skip to content

2.0.6

Choose a tag to compare

@NicolasDorier NicolasDorier released this 21 Jan 15:17
· 681 commits to master since this release
ba8feed

This release contains a security fix for merchants using refunds/pull payments On-Chain with automated payout processors. Please update as soon as possible.
We could not reproduce the reported issue on our own instances, but the reporting merchant confirmed the issue was resolved.

New features

  • SEO: Add ability to customize HTML meta tags and HTML lang attribute for crowdfund and PoS (#6229) @Nisaba
  • Add the ability for merchants to manually transition a payout from the InProgress state to AwaitingPayment. (#6564) @NicolasDorier

Bug fixes

  • Security fix: Critical fix to prevent duplicate payouts in certain On-Chain configurations. (#6540 #6564) @NicolasDorier
  • Store: Allow resetting custom email server (#6547 #6546) @dennisreimann
  • UI: Fix store's custom CSS URL (#6555 #6554) @dennisreimann
  • Fix: Sidemenu unscrollable on Firefox for Android (#6548 #6552) @dennisreimann
  • Fix: Migration bug from V1 to V2 which can happen on very old instances (#6551) @NicolasDorier
  • Fix: Migration bug from V1 to V2 for users which used the old ETH integration (#6539) @NicolasDorier
  • Fix: The route GET v1/stores/{storeId}/payment-methods/{paymentMethod} was returning a wrong enabled property if onlyEnabled query parameter was passed. (#6570) @NicolasDorier
  • Fix: The route PUT v1/stores/{storeId}/payment-methods/{paymentMethod} for on-chain payment method was not supporting the documented config payload. (#6570) @NicolasDorier
  • Dashboard: Fix Lightning balance display for tiny amounts (#6573) @dennisreimann

Improvements