Skip to content

Releases: capacitor-community/stripe

v5.4.4

07 Mar 06:03
Compare
Choose a tag to compare
  • chore 22b1b2c
  • chore(demo): remove unused ios folder 81fa470
  • Merge pull request #337 from ccen-stripe/bumpNative 5c4b9e1
  • Merge branch 'main' into bumpNative cb962e5
  • feat(payment): update stripeAdnroidVersion to currently note: v20.37.2 updated dependencies 85e43ef
  • feat(): add sdk-fixed for test a946aed
  • released ac8ab57
  • bump native ec65f28

v5.4.3...v5.4.4

v5.4.3

04 Mar 09:28
Compare
Choose a tag to compare
  • Merge branch 'main' of github.com:capacitor-community/stripe 3a31bb6
  • feat(): update every packages efc313a
  • Merge pull request #333 from capacitor-community/fix/android_2032 0c95aed
  • fix(payment): change default stripeAndroidVersion 8b39bf9
  • fix(payment): downgrade default stripeAndroidVersion 47009cb
  • chore(readme): reflect allowedCountries type 7c4bf2a
  • Merge pull request #324 from rgarciadelongoria/feature/allowed-countries-for-shipping-address 2fbf0c1
  • feat: change allowedCountriesError to allowedCountriesErrorDescription f487ea8
  • chore da5dff3
  • feat: add logic to allow countries and block others 18f7ea0
  • released 5a5bc42

v5.4.2...v5.4.3

v6.0.0-1

28 Jan 07:38
Compare
Choose a tag to compare
v6.0.0-1 Pre-release
Pre-release

v6.0.0-0

28 Jan 08:12
Compare
Choose a tag to compare
v6.0.0-0 Pre-release
Pre-release

v5.4.2...v6.0.0-0

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