Skip to content

Releases: capacitor-community/stripe

v5.4.2

13 Nov 00:14
Compare
Choose a tag to compare
  • fix(identity): add initialize method for ios/android platform 3ad5b56
  • released 635377f

v5.4.1...v5.4.2

v5.4.1

12 Nov 14:09
Compare
Choose a tag to compare
  • chore 4fd5e45
  • fix(identity): change "error" to "message" on error notification 628534e
  • released d2499c5
  • feat(): add billing details demo 26d61c4

v5.4.0...v5.4.1

v5.4.0

10 Nov 03:00
Compare
Choose a tag to compare
  • fmt 801edf7
  • feat(identity): implement on the web b3a5212
  • feat(): update every package d31584c
  • fix(payment): be able to run without billingDetailsCollectionConfiguration #315 915244f
  • feat(payment): remove unused dependency cb7bebd
  • Merge pull request #315 from Covve/feature/addEmailToPaymentSheet dc73832
  • feat(PaymentSheet): add partial billingDetailsCollectionConfiguration on Android f22d50d
  • feat(PaymentSheet): add partial billingDetailsCollectionConfiguration c0bec9c
  • released 1e2b2d8

v5.3.0...v5.4.0

v5.3.0

14 Oct 03:10
Compare
Choose a tag to compare

Note:

IdentityVerificationSheet is moved to @capacitor-community/stripe-identity

To reduce the bundle size of the user's application, the library was made smaller and independent of the granularity of the user's application.

https://www.npmjs.com/package/@capacitor-community/stripe-identity

@capacitor-community/stripe-terminal change to require minSdkVersion = 26 and compileSdkVersion = 34.

You need to update in your android/app/build.gradle file:

  ext {
-    minSdkVersion = 22
-    compileSdkVersion = 33
+    minSdkVersion = 26
+    compileSdkVersion = 34

@capacitor-community/stripe-identity 's demo in ios is return canceled at success.

@capacitor-community/stripe-identity 's demo in ios is return canceled at success. But it works fine when actual ID is used.

Change Log:

v5.2.0...v5.3.0

v5.2.0

26 Aug 08:54
Compare
Choose a tag to compare
  • Merge branch 'main' of github.com:capacitor-community/stripe 9a7c2ad
  • chore f831ad9
  • Merge pull request #305 from capacitor-community/feat/termina-method 156b5c6
  • feat(demo): check terminal demo 40a2b20
  • feat(terminal): add method of cancelDiscoverReaders 2631add
  • feat(terminal): add method of 'getConnectedReader', 'disconnectReader', 'cancelCollect' 431f1c4
  • chore(terminal): reduce request permission on android 2043c74
  • chore 33d1645
  • released ae42579

v5.1.0...v5.2.0

v5.1.0

25 Aug 08:47
Compare
Choose a tag to compare

Important Notice

  • Stripe Identity functionality provided by @capacitor-community/stripe has been moved to @capacitor-community/stripe-identity.
  • New @capacitor-community/stripe-terminal has been added to support Tap To Pay on iPhone/Android and in-person payments over the internet.

History

v5.0.4...v5.1.0

v5.0.4

18 Aug 03:41
Compare
Choose a tag to compare

v5.0.2

16 Aug 03:14
Compare
Choose a tag to compare
  • fix(android): remove deplicate class da9067a
  • feat(demo): change to standalone structure c0a4235
  • Merge branch 'master' of github.com:capacitor-community/stripe 64dc089
  • feat(android): update package to 20.28.2 2454b1c
  • chore b1dd62b
  • Merge pull request #289 from mashanz/master e8a8977
  • Update build.gradle kotlin jvmTarget to 17 bfed5da
  • chore(ci): setup JDK 17 753dcf2
  • fix(demo/react): update capacitor 5 0872404

Thanks @mashanz !

v5.0.1...v5.0.2

v5.0.1

05 May 04:05
Compare
Choose a tag to compare
  • chore(ci): fix android test 9906f17
  • fix(demo): remove tools:replace from AndroidManifest.xml 4ab47ed
  • feat(): support capacitor 5 975f08a

v4.2.2...v5.0.1

v4.2.2

10 Apr 07:56
Compare
Choose a tag to compare
  • chore(package): updated 67effc2
  • Merge pull request #280 from krisloekkegaard/feat/googlepay-billing-info a58c5e9
  • Update MetaData.java 6e01d6b
  • Update StripePlugin.java 9671a88
  • chore(template): add what is product 220198d

v4.2.1...v4.2.2