Skip to content

Releases: capacitor-community/stripe

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

v4.2.1

24 Mar 03:17
Compare
Choose a tag to compare
  • feat(android): add stripecardscan function exclude stripecardscan-tflite 8979acb

v4.2.0...v4.2.1

v4.2.0

16 Mar 08:04
Compare
Choose a tag to compare
  • feat(readme): add identity screenshot 556774a
  • chore(demo): remove catch 98505e5
  • feat(demo): identity work on android f514d89
  • feat(identify): presentIdentityVerificationSheet will be follow IdentityVerificationSheetResultInterface 6378915
  • fix(demo): fix identity response a7b7738
  • feat(demo): change key for stripe 32bec7a
  • feat(ios): update package version 2e21ee7
  • feat(demo/angular): add confirm demo of identify function db09322
  • feat(demo/server): add identify endpoint 5c7a20c
  • refactor(demo): change tabs name 233364d
  • bump(android): remove stripecardscan stripe/stripe-android#6338 be582be
  • bump(android): remove stripecardscan 8c0684a
  • chore b606dd4
  • chore(ci): update node and actions version 945283a
  • chore 9e26dc2
  • fix(ci): fix android test 0e6a7c3
  • Merge pull request #262 from capacitor-community/feat/target_33 33cb5fa
  • Merge branch 'master' into feat/target_33 548f3b5
  • fmt 8b7cbdc
  • feat(android): add enableIdentifier option for disable identifier 42e1539
  • fix(android): downgrade library version(for not need to change minSupportSdk) 0b1ca31
  • fmt 3e05b3e
  • fix callback fc59534
  • use app icon in android 8f46ac0
  • ios implementation 11fa03d
  • fail on either config parameter missing 9b69f2f
  • return result f8d1e96
  • hookup callbacks 441100c
  • android implementation c5beebc
  • identity verification sheet javascript implementation 22af8f6

v4.1.2-1...v4.2.0