Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Releases: glassfy/capacitor-plugin-glassfy

4.0.0

08 May 11:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.4...4.0.0

3.3.4

01 Mar 15:10
Compare
Choose a tag to compare

What's Changed

  • Update definition for connectCustomSubscriber
  • Correct typo on android impl of getUserProperty

3.3.3 - Deps update

20 Feb 10:44
Compare
Choose a tag to compare
Version bump to 3.3.3

3.3.2 - StoreInfo API

07 Dec 12:43
Compare
Choose a tag to compare

Add support for StoreInfo API

try {
  const storesInfo = await Glassfy.storeInfo();
  storesInfo.all.forEach(storeInfo => {
    switch (storeInfo.store) {
      case GLASSFY_STORE.Paddle: {
        console.log(storeInfo.subscriptionId);
        console.log(storeInfo.userid);
        console.log(storeInfo.planId);
        console.log(storeInfo.subscriptionId);
        console.log(storeInfo.updateURL);
        console.log(storeInfo.cancelURL);
      }
    }
  })
} catch (err) {
  [...]
}

3.3.0 - Support AndroidSDK 1.6.0

16 Nov 14:23
322b046
Compare
Choose a tag to compare

Support AndroidSDK 1.6.0

3.2.2 add support to Google Billing 5.0

09 Nov 09:30
Compare
Choose a tag to compare
improve WatcherMode on Android

3.2.1: Added period property to GlassfyProduct (#24)

28 Jul 15:19
59ac9ec
Compare
Choose a tag to compare
* Added period property to GlassfyProduct

* Bump version 3.2.1

---------

Co-authored-by: Marco Pifferi <[email protected]>

Support for Google Billing 5

21 Jun 13:32
Compare
Choose a tag to compare
3.2.0

Version bump to 3.2.0

3.1.1

15 Jun 08:35
Compare
Choose a tag to compare
Prepare release v3.1.1

Paywall

14 Jun 16:08
Compare
Choose a tag to compare
3.1.0

Prepare release v3.1.0