Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 71f5dac

Browse files
authored
Increase Bundle Version to 1.7.3 (#1204)
* increase-bundle-version-1.7.3 * update release notes for version 1.7.3
1 parent f501428 commit 71f5dac

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CredentialProvider/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>UIUserInterfaceStyle</key>
6-
<string>Light</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
97
<key>CFBundleDisplayName</key>
@@ -19,7 +17,7 @@
1917
<key>CFBundlePackageType</key>
2018
<string>XPC!</string>
2119
<key>CFBundleShortVersionString</key>
22-
<string>1.7.2</string>
20+
<string>1.7.3</string>
2321
<key>CFBundleVersion</key>
2422
<string>1</string>
2523
<key>MozDevelopmentTeam</key>
@@ -36,5 +34,7 @@
3634
<key>NSExtensionPointIdentifier</key>
3735
<string>com.apple.authentication-services-credential-provider-ui</string>
3836
</dict>
37+
<key>UIUserInterfaceStyle</key>
38+
<string>Light</string>
3939
</dict>
4040
</plist>

docs/release-notes.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Release Notes
22

3+
## 1.7.3 (Build 4110)
4+
5+
_Date: 2020-04-19__
6+
7+
Additions: Previous version (1.7.2) salt and plain text header database changes resulted in a failed local database migration for some users. This version includes a fix to remedy an inaccessible local database to prevent users from being stuck on a purple screen or empty login list.
8+
9+
All changes since version 1.7.2:
10+
11+
- Lockwise block on purple screen during launch #1201
12+
- Resolve local database access issues #1202
13+
314
## 1.7.2 (Build 4087)
415

516
_Date: 2020-02-18_
617

718
Additions: Integrated new Glean framework, fixes SQLite database crash by updating to Application Services version 0.48.3 and incorporating database salt and plain text header changes, fixes issue where user is automatically logged in again after deleting and reinstalling the app, fixes issue where login is not deleted when tapping the "delete" button, fixes issue where domain name does not show when autofilling if iOS user has dark mode enabled
819

9-
All changes since version 1.7.2:
20+
All changes since version 1.7.1:
1021

1122
- Update Localization Strings (#1160, #1177)
1223
- Resolve SQLite database crash in Credential Provider (#1170, #1176, #1189, #1190, #1181, #1180)
@@ -22,7 +33,7 @@ _Date: 2019-12-12_
2233
Additions: Updates to FAQ links, Feature Flags for new feature development
2334
We fixed bugs related to: launch crashes, data in telemetry events, test fixes
2435

25-
All changes since version 1.7.1:
36+
All changes since version 1.7.0:
2637

2738
- Update FAQ links (#1093)
2839
- Launch crash due to expired auth token (#1147)

lockbox-ios/Common/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.7.2</string>
20+
<string>1.7.3</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

0 commit comments

Comments
 (0)