Skip to content

Releases: RevenueCat/purchases-capacitor

13.1.2

Choose a tag to compare

@RCGitBot RCGitBot released this 20 May 21:22

RevenueCat SDK

📦 Dependency Updates

13.1.1

Choose a tag to compare

@RCGitBot RCGitBot released this 13 May 18:16

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

  • Bump fastlane from 2.233.1 to 2.234.0 (#787) via dependabot[bot] (@dependabot[bot])

13.1.0

Choose a tag to compare

@RCGitBot RCGitBot released this 06 May 17:32

RevenueCat SDK

✨ New Features

📦 Dependency Updates

🔄 Other Changes

  • Bump fastlane-plugin-revenuecat_internal from 21e02ec to af7bb5c (#781) via dependabot[bot] (@dependabot[bot])
  • Bump fastlane-plugin-revenuecat_internal from 2d11430 to 21e02ec (#780) via dependabot[bot] (@dependabot[bot])
  • Bump fastlane-plugin-revenuecat_internal from d24ab26 to 2d11430 (#777) via dependabot[bot] (@dependabot[bot])
  • Remove unused install-sdkman command (#773) via Rick (@rickvdl)
  • Bump fastlane from 2.233.0 to 2.233.1 (#772) via dependabot[bot] (@dependabot[bot])
  • Skip test cases list in maestro tests using launch arguments (#757) via Antonio Pallares (@ajpallares)
  • Add CircleCI job for maestro E2E tests (#701) via Antonio Pallares (@ajpallares)
  • Add maestro E2E test for purchase through paywall (#700) via Antonio Pallares (@ajpallares)
  • Add maestro E2E test app (#699) via Antonio Pallares (@ajpallares)
  • Bump fastlane-plugin-revenuecat_internal from b822f01 to d24ab26 (#770) via dependabot[bot] (@dependabot[bot])
  • Bump fastlane-plugin-revenuecat_internal from e348913 to b822f01 (#769) via dependabot[bot] (@dependabot[bot])
  • Bump fastlane from 2.232.2 to 2.233.0 (#767) via dependabot[bot] (@dependabot[bot])
  • Bump fastlane-plugin-revenuecat_internal from a1eed48 to e348913 (#768) via dependabot[bot] (@dependabot[bot])

13.0.1

Choose a tag to compare

@RCGitBot RCGitBot released this 20 Apr 09:17

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

  • Bump fastlane-plugin-revenuecat_internal from 20911d1 to a1eed48 (#764) via dependabot[bot] (@dependabot[bot])

13.0.0

Choose a tag to compare

@RCGitBot RCGitBot released this 15 Apr 08:08
a57b474

RevenueCat SDK

Warning

If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrect as consumables, RevenueCat will consume these purchases. This means that customers won't be able to restore them from version 13.0.0 onward.
Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions. Please see more information in our docs

💥 Breaking Changes

This release updates to Billing Library 8.3.0 with min SDK supported of Android 6 (API 23), previously min was 21. It also removes a previous workaround used to be able to restore consumed one time products which is not available anymore.

🔄 Other Changes

  • Bump fastlane-plugin-revenuecat_internal from 894bb1b to 20911d1 (#760) via dependabot[bot] (@dependabot[bot])
  • Update CODEOWNERS default owner to @RevenueCat/sdk (#758) via Antonio Pallares (@ajpallares)
  • Bump fastlane-plugin-revenuecat_internal from ceecf91 to 894bb1b (#759) via dependabot[bot] (@dependabot[bot])
  • Bump fastlane-plugin-revenuecat_internal from 6289be1 to ceecf91 (#756) via dependabot[bot] (@dependabot[bot])

12.3.2

Choose a tag to compare

@RCGitBot RCGitBot released this 07 Apr 16:05

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

  • fix(purchase-tester): repair build-purchase-tester TypeScript error (#751) via Antonio Pallares (@ajpallares)
  • Bump fastlane-plugin-revenuecat_internal from 5d6e93f to 6289be1 (#750) via dependabot[bot] (@dependabot[bot])
  • chore: add Husky + lint-staged for pre-commit formatting (#749) via Facundo Menzella (@facumenzella)
  • feat(purchase-tester): add offering selector to sample app (#748) via Facundo Menzella (@facumenzella)
  • Bump fastlane-plugin-revenuecat_internal from f11fe40 to 5d6e93f (#747) via dependabot[bot] (@dependabot[bot])

12.3.1

Choose a tag to compare

@RCGitBot RCGitBot released this 01 Apr 17:22

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

  • fix: upgrade dependencies with known security vulnerabilities (#743) via Cesar de la Vega (@vegaro)
  • Bump fastlane-plugin-revenuecat_internal from 9a6911b to f11fe40 (#742) via dependabot[bot] (@dependabot[bot])
  • security: pin GitHub Actions to SHA hashes (#741) via Alfonso Embid-Desmet (@alfondotnet)
  • Merge release PR after deploy (#739) via Antonio Pallares (@ajpallares)
  • Add missing API tests for presentation configuration and trackCustomPaywallImpression (#740) via Rick (@rickvdl)
  • Require PR approval before release tagging (#738) via Antonio Pallares (@ajpallares)
  • Add API tests for purchases-capacitor and purchases-capacitor-ui (#720) via Rick (@rickvdl)
  • Add AGENTS.md for AI coding agent guidance (#696) via Facundo Menzella (@facumenzella)

12.3.0

Choose a tag to compare

@RCGitBot RCGitBot released this 19 Mar 11:26

RevenueCat SDK

✨ New Features

  • Add platform-specific PaywallPresentationConfiguration to purchases-capacitor-ui (#730) via Jeffrey Bunn (@Jethro87)
  • Add trackCustomPaywallImpression API with offeringId override (#725) via Rick (@rickvdl)

📦 Dependency Updates

RevenueCatUI SDK

Paywallv2

✨ New Features

  • Add customVariables support to purchases-capacitor-ui (#734) via Facundo Menzella (@facumenzella)

🔄 Other Changes

  • Add docs for new Paywall presentation APIs (#733) via Toni Rico (@tonidero)
  • Bump fastlane-plugin-revenuecat_internal from 3e8c384 to 9a6911b (#731) via dependabot[bot] (@dependabot[bot])
  • Add api-extractor for public API surface tracking (#723) via Rick (@rickvdl)
  • Bump fastlane-plugin-revenuecat_internal from e146447 to 3e8c384 (#726) via dependabot[bot] (@dependabot[bot])
  • Add Galaxy to the README (#721) via Will Taylor (@fire-at-will)

12.2.4

Choose a tag to compare

@RCGitBot RCGitBot released this 12 Mar 15:25

RevenueCat SDK

📦 Dependency Updates

12.2.3

Choose a tag to compare

@RCGitBot RCGitBot released this 11 Mar 18:01

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

  • Bump fastlane-plugin-revenuecat_internal from f5c099b to e146447 (#710) via dependabot[bot] (@dependabot[bot])
  • Bump fastlane-plugin-revenuecat_internal from 8cd957f to f5c099b (#706) via dependabot[bot] (@dependabot[bot])