Skip to content

Commit 279f44e

Browse files
authored
Merge pull request #2949 from numbersprotocol/hotfix-privacy-policy-on-sign-up-page
Hotfix privacy policy on sign up page
2 parents 62280a1 + 7bae0a2 commit 279f44e

File tree

7 files changed

+20
-13
lines changed

7 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.82.2]
10+
## [0.82.3] - 2023-07-28
11+
12+
### Fixed
13+
14+
1. Fix sign up page links for term of use and data policy.
15+
16+
## [0.82.2] - 2023-07-27
1117

1218
### Added
1319

@@ -2153,7 +2159,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
21532159
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
21542160
- Android - the APK file `app-debug.apk` is attached to this release
21552161

2156-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.82.2...HEAD
2162+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.82.3...HEAD
2163+
[0.82.3]: https://github.com/numbersprotocol/capture-lite/compare/0.82.2...0.23.3
21572164
[0.82.2]: https://github.com/numbersprotocol/capture-lite/compare/0.81.2...0.82.2
21582165
[0.81.2]: https://github.com/numbersprotocol/capture-lite/compare/0.79.0...0.81.2
21592166
[0.79.0]: https://github.com/numbersprotocol/capture-lite/compare/0.78.0...0.79.0

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "io.numbersprotocol.capturelite"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 822
11-
versionName "0.82.2"
10+
versionCode 823
11+
versionName "0.82.3"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildFeatures {

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,13 @@
368368
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
369369
CODE_SIGN_IDENTITY = "iPhone Distribution";
370370
CODE_SIGN_STYLE = Manual;
371-
CURRENT_PROJECT_VERSION = 822;
371+
CURRENT_PROJECT_VERSION = 823;
372372
DEVELOPMENT_TEAM = G7NB5YCKAP;
373373
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
374374
INFOPLIST_FILE = App/Info.plist;
375375
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
376376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377-
MARKETING_VERSION = 0.82.2;
377+
MARKETING_VERSION = 0.82.3;
378378
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
379379
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
380380
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -395,13 +395,13 @@
395395
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
396396
CODE_SIGN_IDENTITY = "iPhone Distribution";
397397
CODE_SIGN_STYLE = Manual;
398-
CURRENT_PROJECT_VERSION = 822;
398+
CURRENT_PROJECT_VERSION = 823;
399399
DEVELOPMENT_TEAM = G7NB5YCKAP;
400400
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
401401
INFOPLIST_FILE = App/Info.plist;
402402
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
403403
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
404-
MARKETING_VERSION = 0.82.2;
404+
MARKETING_VERSION = 0.82.3;
405405
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
406406
PRODUCT_NAME = "$(TARGET_NAME)";
407407
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV4;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.82.2",
3+
"version": "0.82.3",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

src/assets/i18n/en-us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"pleaseWait": "Please wait...",
157157
"copiedToClipboard": "Copied to clipboard.",
158158
"invitationEmail": "Enter friend's email to send the invitation.",
159-
"clickingSignupToAgreePolicy": "By clicking Sign Up, you agree to our <a href=\"https://ipfs-pin.numbersprotocol.io/ipfs/QmR2AB2qc1fbsTtf77WXmQn3fyNZskLUt1EG4Qoxxnt6Up\" target=\"_blank\">Privacy Policy</a>.",
159+
"clickingSignupToAgreePolicy": "By clicking Sign Up you agree to our <a href=\"https://captureappiframe.numbersprotocol.io/terms_of_use\" target=\"_blank\">Terms of Use</a> and <a href=\"https://captureappiframe.numbersprotocol.io/data_policy\" target=\"_blank\">Data Policy</a>.",
160160
"sendPostCaptureAlert": "After this Capture is sent, the ownership will be transferred to the selected friend. Are you sure?",
161161
"transactionReceived": "A new Capture received.",
162162
"transactionExpired": "A Capture you sent is returned.",

src/assets/i18n/zh-tw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"pleaseWait": "請稍候...",
157157
"copiedToClipboard": "已複製至剪貼簿。",
158158
"invitationEmail": "輸入好友電子信箱發送邀請。",
159-
"clickingSignupToAgreePolicy": "點擊「註冊」即表示你同意我們的《<a href=\"https://ipfs-pin.numbersprotocol.io/ipfs/QmR2AB2qc1fbsTtf77WXmQn3fyNZskLUt1EG4Qoxxnt6Up\" target=\"_blank\">服務條款</a>》和《<a href=\"https://docs.google.com/document/d/1m-LiyZ9ZDs4y9F_IKvY4ProLOYuEA_vIe_GfCSPNhwQ/edit?usp=sharing\" target=\"_blank\">資料政策</a>》。",
159+
"clickingSignupToAgreePolicy": "點擊「註冊」即表示你同意我們的《<a href=\"https://captureappiframe.numbersprotocol.io/terms_of_use\" target=\"_blank\">服務條款</a>》和《<a href=\"https://captureappiframe.numbersprotocol.io/data_policy\" target=\"_blank\">資料政策</a>》。",
160160
"sendPostCaptureAlert": "瞬時影像送出後,它的所有權將轉移至選定的朋友。您確定嗎?",
161161
"transactionReceived": "收到了新的瞬時影像。",
162162
"transactionExpired": "您寄出的瞬時影像已被退回。",

0 commit comments

Comments
 (0)