Crassula Release Week 34
core v.25.08.4-25.08.6
client v.25.08.5-25.08.5

Improvements
Administrative Panel
Added a new Logs tab to the Card Holds section. Pagination is enabled when more than 20 logs are available. All changes related to holds are now recorded, except for manual cancellations performed via the Admin Panel.
Cards
Implemented card suspension support for cards with status
SUSPENDED_PARTNER
. Admins can now view card details for suspended cards, and theunsuspend
flag has been added to theclient.model.IssuedCardInformationDto
API model:If
unsuspend
istrue
, the Unfreeze button is shown in the Web and Mobile Interfaces.If
false
, the button remains hidden.
Added the ability to suspend REAP cards from the Admin Panel. Previously, only freeze actions initiated by clients were supported.
Verification
Made SMS text for 2FA configurable, allowing better customization for different use cases.
Fixes
KYC
Resolved a problem in the Skaleet provider integration where the system prompted for user creation during KYC, even when the user was already created and activated on the provider’s side.
Transfers
Fixed an issue where clicking Edit on the Bank transfer screen would trigger infinite loading and prevent completion of the transfer.