Releases: RevenueCat/cordova-plugin-purchases
Releases · RevenueCat/cordova-plugin-purchases
1.3.1
- Bumped
purchases-hybrid-common
to 1.4.4 Changelog here - Bumped
purchases-android
to 3.5.2 Changelog here
1.3.0
1.3.0
- Attribution V2:
- Deprecated
addAttribution
in favor ofsetAdjustId
,setAppsflyerId
,setFbAnonymousId
,setMparticleId
. - Added support for OneSignal via
setOnesignalId
- Added
setMediaSource
,setCampaign
,setAdGroup
,setAd
,setKeyword
,setCreative
, andcollectDeviceIdentifiers
RevenueCat/purchases-android#184
- Deprecated
- Bumped
purchases-hybrid-common
to 1.4.3 Changelog here - Bumped
purchases-ios
to 3.7.2 Changelog here - Bumped
purchases-android
to 3.5.0 Changelog here - Added
PurchasesPlugin.swift
to prevent compiling issues on objective-c projects - removed
use-frameworks
setting in the sample app to fix linking issues
Release 1.2.2 (#54)
1.2.1
1.2.0
- Bumped iOS to 3.4.0 Changelog here
- Bumped Android to 3.2.0 Changelog here
- Added managementURL to PurchaserInfo
- Added setProxyURL
- Added originalPurchaseDate to PurchaserInfo
- Adds new headers for platformFlavor and platformFlavorVersion
- Adds userDefaultsSuiteName as an option when setting up the SDK
- Linked TS Types (#42)
- Moved iOS common files to use pod dependencies (#39)
- Moved Android common files to use gradle maven dependency (#39)
1.1.0
1.1.0
- Adds an example project that shows how to set up an app with RevenueCat
#29 - Adds Subscriber Attributes, which allow developers to store additional, structured information
for a user in RevenueCat. More info: https://docs.revenuecat.com/docs/user-attributes. - Adds new method to invalidate the purchaser info cache, useful when promotional purchases are granted from outside the app.
#32
1.0.5
1.0.4
1.0.3
1.0.2: checkTrialOrIntroductoryPriceEligibility and SDKs updates (#24)
- Adds
checkTrialOrIntroductoryPriceEligibility
. Note that Android always returns INTRO_ELIGIBILITY_STATUS_UNKNOWN. - Updates iOS to 3.0.1 and Android to 3.0.4