From 28637522ba43c394fa5eb687824d9360b7533839 Mon Sep 17 00:00:00 2001 From: awaik Date: Sun, 29 Oct 2023 15:00:28 +0100 Subject: [PATCH] release --- RELEASE.md | 8 +++++--- ios/Runner.xcodeproj/project.pbxproj | 24 ++++++++++++------------ pubspec.yaml | 2 +- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 6cbf82d1..79b11900 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,7 +1,9 @@ ### Updates -1. Fix: an issue where the payment window wasn't being displayed on the ad edit screen. -2. Fix: the omission of payment window information from the ad. -3. Fix: disputes related to local trades. +1. Fix: Bug with a minimal ad edit. +2. Fix: Markdown doesn't function in the app when viewing Terms of… +3. Fix: Mark notifications as read - if a trade is opened and the app receives a notification about it, it should mark it as read. + + ### About the attached app's 1. The `_-foss_*.apk` files are the app with Firebase/Google Cloud Messaging (FCM) services removed. Instead, the app uses a foreground service for polling notifications. This consumes more battery. diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 826ff8d5..3997f486 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -432,7 +432,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 109; + CURRENT_PROJECT_VERSION = 110; DEVELOPMENT_TEAM = G8RXR25D89; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -441,7 +441,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.13; + MARKETING_VERSION = 1.1.14; PRODUCT_BUNDLE_IDENTIFIER = com.agoradesk.app; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -522,7 +522,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 109; + CURRENT_PROJECT_VERSION = 110; DEVELOPMENT_TEAM = G8RXR25D89; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -531,7 +531,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.13; + MARKETING_VERSION = 1.1.14; PRODUCT_BUNDLE_IDENTIFIER = com.agoradesk.app; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -611,7 +611,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 109; + CURRENT_PROJECT_VERSION = 110; DEVELOPMENT_TEAM = G8RXR25D89; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -620,7 +620,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.13; + MARKETING_VERSION = 1.1.14; PRODUCT_BUNDLE_IDENTIFIER = co.localmonero.app; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -703,7 +703,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 109; + CURRENT_PROJECT_VERSION = 110; DEVELOPMENT_TEAM = G8RXR25D89; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -712,7 +712,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.13; + MARKETING_VERSION = 1.1.14; PRODUCT_BUNDLE_IDENTIFIER = co.localmonero.app; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -791,7 +791,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 109; + CURRENT_PROJECT_VERSION = 110; DEVELOPMENT_TEAM = G8RXR25D89; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -800,7 +800,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.13; + MARKETING_VERSION = 1.1.14; PRODUCT_BUNDLE_IDENTIFIER = com.agoradesk.app; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -878,7 +878,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 109; + CURRENT_PROJECT_VERSION = 110; DEVELOPMENT_TEAM = G8RXR25D89; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -887,7 +887,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.13; + MARKETING_VERSION = 1.1.14; PRODUCT_BUNDLE_IDENTIFIER = co.localmonero.app; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/pubspec.yaml b/pubspec.yaml index e51a0618..77a32a22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Person-to-person platform to allow anyone to trade their local curr publish_to: 'none' -version: 1.1.13+109 +version: 1.1.14+110 environment: sdk: ">=3.0.0 <4.0.0"