taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit be6a33511c211977bb9395161f041ad4063ebb8c
parent 12203ac3ea0b1450dbd6fac6359ed096c004afb5
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 21 Nov 2023 22:59:22 +0100

Bump version to 0.9.3 (28)

Diffstat:
MTalerWallet.xcodeproj/project.pbxproj | 4++--
MTestFlight/WhatToTest.en-US.txt | 7+++++++
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/TalerWallet.xcodeproj/project.pbxproj b/TalerWallet.xcodeproj/project.pbxproj @@ -1464,7 +1464,7 @@ CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 27; + CURRENT_PROJECT_VERSION = 28; DEVELOPMENT_TEAM = GUDDQ9428Y; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -1506,7 +1506,7 @@ CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 27; + CURRENT_PROJECT_VERSION = 28; DEVELOPMENT_TEAM = GUDDQ9428Y; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; diff --git a/TestFlight/WhatToTest.en-US.txt b/TestFlight/WhatToTest.en-US.txt @@ -1,4 +1,11 @@ +Version 0.9.3 (28) + +• Unsuccessful (Incomplete) transactions no longer have their own list, but are now + included in the main transaction list. + But they still show the original amount instead of the real cost (fees) only. tbc + + Version 0.9.3 (27) • New feature: Badges for KYC and Confirm with bank (for bank-integrated withdrawals)