Skip to content

v5.3.0

Compare
Choose a tag to compare
@rdlabo rdlabo released this 14 Oct 03:10
· 220 commits to main since this release

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