3.0.0 (diff)
Release of the Stellar Disbursement Platform v3.0.0
. In this release, receiver
registration does not need to be done exclusively through SMS as it now supports
new types. The options are PHONE_NUMBER
, EMAIL
, EMAIL_AND_WALLET_ADDRESS
,
and PHONE_NUMBER_AND_WALLET_ADDRESS
. If a receiver is registered with a wallet
address, they can receive the payment right away without having to go through
the SEP-24 registration flow.
Warning
This version is only compatible with the stellar/stellar-disbursement-platform-backend version 3.0.0
.
Added
- Display the user email in the "Team Members" section
#131 - Ability to register receivers using email addresses:
- Ability to register receivers with a Stellar wallet address directly by
providing contact info and a wallet address. Options include
PHONE_NUMBER_AND_WALLET_ADDRESS
andEMAIL_AND_WALLET_ADDRESS
:- Support multiple registration types for receivers:
PHONE_NUMBER
,EMAIL
,
PHONE_NUMBER_AND_WALLET_ADDRESS
,EMAIL_AND_WALLET_ADDRESS
#176 - Make receiver verifications optional
#178 - Update
GET /wallets
with the?user_managed={boolean}
query param
#179 - Update the "Download template CSV" button to return a template based on the
receiver registration and verification types selected during disbursement
creation
#185 - Polish flow when creating a disbursement targeting wallet addresses
#186
- Support multiple registration types for receivers:
Changed
- Dropdowns in disbursement creation now follow inter-dependency logic based on
registration types
#177
Fixed
- Remove draft payments from remaining payments count when calculating the
percentage of successful payments
#132 - Prevent selection of an asset without a trustline or balance
#134 - Disable "Org Name" input when in single-tenant mode
#135 - Correct calculation for success payments percentage on the home page
#167 - Calculate balance after CSV re-upload on the draft disbursement screen
#190