Skip to content

Releases: qonversion/cordova-plugin

5.5.1

15 Jul 13:33
Compare
Choose a tag to compare

What's new

  • Fixed offline mode issue on Android

6.0.0

09 Jul 19:53
5ca456a
Compare
Choose a tag to compare

New major release of Qonversion Cordova SDK with the new Google Play Billing Library 7 support!

  • installment plans supported for subscriptions
  • fallback files support added for improved reliability
  • several error code values updated

For the migration steps and the complete list of changes see the following guide.

5.5.0

05 Jun 08:57
5343ffb
Compare
Choose a tag to compare

What's new

  • Internal logic update

5.4.0

07 May 12:07
a676993
Compare
Choose a tag to compare

What's new

  • Added returning promise to the identify method. You may see warnings for ignoring the returned promise after updating to this version until you update the usage to asynchronous. If you don't need to know the identification result, simply ignore it.

5.3.1

09 Apr 12:28
9a28b19
Compare
Choose a tag to compare

What's new

  • Fixed privacy manifest file

5.3.0

04 Apr 14:20
3bdb367
Compare
Choose a tag to compare

What's new

  • Added functions to request remote config list - either all or for a specific set of context keys.

5.2.0

08 Mar 14:27
5c1f634
Compare
Choose a tag to compare

What's new

  • Added an option to load Remote Configs by the specific context keys using the remoteConfig method.

5.1.0

30 Jan 15:22
5c9160e
Compare
Choose a tag to compare

What's new

  • Added 4 new properties for AppMetrica and PushWoosh integrations - APP_METRICA_DEVICE_ID, APP_METRICA_USER_PROFILE_ID, PUSH_WOOSH_WH_ID, PUSH_WOOSH_USER_ID.
  • Updated entitlements cache logic - the case with entitlement expiration during the app session handled.

5.0.0

22 Jan 12:40
2a2e091
Compare
Choose a tag to compare

New major release of Qonversion Android SDK with the new Google Play Billing features support!

  • added base plans and offers support;
  • the checkTrialIntroEligibility method improved and now detects the eligibility based on store details on Android;
  • the ProductDuration and TrialDuration classes were removed;
  • the ProductType enum values were changed to meet guidelines;
  • the ProrationMode enum was removed and replaced with PurchaseUpdatePolicy.

For the complete release notes with the migration guide please see the documentation.

4.3.0

16 Jan 09:26
316309e
Compare
Choose a tag to compare

What's new

Updated Entitlement object

Fields:

  • trialStartDate
  • firstPurchaseDate
  • lastPurchaseDate
  • lastActivatedOfferCode
  • grantType
  • autoRenewDisableDate
  • transactions

Added Transaction object

Fields:

  • originalTransactionId
  • transactionId
  • offerCode
  • transactionDate
  • expirationDate
  • transactionRevocationDate
  • environment
  • ownershipType
  • type