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

Commit

Permalink
Increase Bundle Version to 1.7.3 (#1204)
Browse files Browse the repository at this point in the history
* increase-bundle-version-1.7.3

* update release notes for version 1.7.3
  • Loading branch information
kaylagalway committed Apr 9, 2020
1 parent f501428 commit 71f5dac
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CredentialProvider/Info.plist
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -19,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.7.2</string>
<string>1.7.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>MozDevelopmentTeam</key>
Expand All @@ -36,5 +34,7 @@
<key>NSExtensionPointIdentifier</key>
<string>com.apple.authentication-services-credential-provider-ui</string>
</dict>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
15 changes: 13 additions & 2 deletions docs/release-notes.md
@@ -1,12 +1,23 @@
# Release Notes

## 1.7.3 (Build 4110)

_Date: 2020-04-19__

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.

All changes since version 1.7.2:

- Lockwise block on purple screen during launch #1201
- Resolve local database access issues #1202

## 1.7.2 (Build 4087)

_Date: 2020-02-18_

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

All changes since version 1.7.2:
All changes since version 1.7.1:

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

All changes since version 1.7.1:
All changes since version 1.7.0:

- Update FAQ links (#1093)
- Launch crash due to expired auth token (#1147)
Expand Down
2 changes: 1 addition & 1 deletion lockbox-ios/Common/Resources/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.2</string>
<string>1.7.3</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down

0 comments on commit 71f5dac

Please sign in to comment.