forked from RevenueCat/purchases-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated changelog and bumped version number to 3.4.0 * update fastlane * fix typo in changelog * added deprecation notice for createAlias * added purchases-ios and purchases-android bumps to changelog * Update CHANGELOG.md Co-authored-by: Cesar de la Vega <cesarvegaro@gmail.com> Co-authored-by: Cesar de la Vega <cesarvegaro@gmail.com>
- Loading branch information
Showing
11 changed files
with
93 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
## 3.3.1 | ||
- Update MacOS dependency on PurchasesHybridCommon to 1.7.1 (https://github.com/RevenueCat/purchases-flutter/pull/209) | ||
## 3.4.0 | ||
|
||
### Identity V3: | ||
|
||
In this version, we’ve redesigned the way that user identification works. | ||
Detailed docs about the new system are available [here](https://docs.revenuecat.com/v3.2/docs/user-ids). | ||
|
||
#### New methods | ||
- Introduces `logIn`, a new way of identifying users, which also returns whether a new user has been registered in the system. | ||
`logIn` uses a new backend endpoint. | ||
- Introduces `logOut`, a replacement for `reset`. | ||
|
||
#### Deprecations | ||
- deprecates `createAlias` in favor of `logIn`. | ||
- deprecates `identify` in favor of `logIn`. | ||
- deprecates `reset` in favor of `logOut`. | ||
- deprecates `setAllowSharingStoreAccount` in favor of dashboard-side configuration. | ||
|
||
https://github.com/RevenueCat/purchases-flutter/pull/180 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters