forked from RevenueCat/purchases-unity
-
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.
Merge commit '58990de155c37f42d662c33f2eff9b3d7984b3c6' into pba
* commit '58990de155c37f42d662c33f2eff9b3d7984b3c6': (26 commits) Update VERSIONS.md Version bump for 7.3.0 Adds docs to `StoreProduct` (RevenueCat#521) Fix metadata values types (RevenueCat#523) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (RevenueCat#524) support displaying deferred win-back StoreKit messages Bump rexml from 3.3.8 to 3.3.9 (RevenueCat#520) Bump danger from 9.5.0 to 9.5.1 (RevenueCat#518) Bump fastlane from 2.224.0 to 2.225.0 (RevenueCat#517) [AUTOMATIC] Release/7.2.1 (RevenueCat#514) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (RevenueCat#513) Bump fastlane from 2.223.1 to 2.224.0 (RevenueCat#512) [AUTOMATIC] Release/7.2.0 (RevenueCat#511) Add visionOS support (RevenueCat#471) Bump fastlane from 2.222.0 to 2.223.1 (RevenueCat#509) [AUTOMATIC] Release/7.1.2 (RevenueCat#508) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.3.0 (RevenueCat#507) [AUTOMATIC] Release/7.1.1 (RevenueCat#506) Bump fastlane-plugin-revenuecat_internal from 5140dbc to 55a0455 (RevenueCat#505) update allowSharingAppStoreAccount deprecation message ... # Conflicts: # .version # CHANGELOG.latest.md # CHANGELOG.md # RevenueCat/Plugins/Android/PurchasesWrapper.java # RevenueCat/Plugins/iOS/PurchasesUnityHelper.m # RevenueCat/package.json # VERSIONS.md
- Loading branch information
Showing
20 changed files
with
246 additions
and
65 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 +1 @@ | ||
7.1.0 | ||
7.3.0 |
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,4 +1,14 @@ | ||
### New Features | ||
* Add SyncPurchases method overload that accepts a callback as parameter (#493) via Mark Villacampa (@MarkVillacampa) | ||
### Dependency Updates | ||
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.0.1 (#491) via RevenueCat Git Bot (@RCGitBot) | ||
## RevenueCat SDK | ||
### 🐞 Bugfixes | ||
* Fix metadata values types (#523) via Cesar de la Vega (@vegaro) | ||
### 📦 Dependency Updates | ||
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (#524) via RevenueCat Git Bot (@RCGitBot) | ||
* Bump rexml from 3.3.8 to 3.3.9 (#520) via dependabot[bot] (@dependabot[bot]) | ||
* Bump danger from 9.5.0 to 9.5.1 (#518) via dependabot[bot] (@dependabot[bot]) | ||
* Bump fastlane from 2.224.0 to 2.225.0 (#517) via dependabot[bot] (@dependabot[bot]) | ||
### Win-back Offers | ||
#### ✨ New Features | ||
* Support displaying deferred win-back StoreKit messages (#522) via Will Taylor (@fire-at-will) | ||
|
||
### 🔄 Other Changes | ||
* Adds docs to `StoreProduct` (#521) via Cesar de la Vega (@vegaro) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<dependencies> | ||
<androidPackages> | ||
<androidPackage spec="com.revenuecat.purchases:purchases-hybrid-common:[13.0.1]" /> | ||
<androidPackage spec="com.revenuecat.purchases:purchases-hybrid-common:[13.7.0]" /> | ||
<androidPackage spec="androidx.annotation:annotation:[1.2.0]" /> | ||
</androidPackages> | ||
<iosPods> | ||
<iosPod name="PurchasesHybridCommon" version="13.0.1" minTargetSdk="13.0"/> | ||
<iosPod name="PurchasesHybridCommon" version="13.7.0" minTargetSdk="13.0"/> | ||
</iosPods> | ||
</dependencies> |
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
Oops, something went wrong.