Releases: capacitor-community/stripe
Releases · capacitor-community/stripe
v4.1.0
- chore(demo): npm update 55d920f
- chore(android): update package close #215 9e075e2
- fix(): DidSelectShippingContact[] to DidSelectShippingContact 37a097f
- Merge pull request #221 from capacitor-community/feat/update_ios_23 738a28b
- Merge pull request #216 from krisloekkegaard/patch-1 175f224
- Merge branch 'master' into feat/update_ios_23 10e399d
- chore 8da0a62
- chore(): support xcode14 20296a4
- feat(): update ios package 91c10fb
- Merge pull request #220 from capacitor-community/feat/no-any 4463fe7
- feat(): remove unused event 2a60936
- chore(): rename didSelect** to applePayDidSelect** f935b64
- chore(): fix typo 56fc29d
- chore(): reduce warning 21f4802
- lint(not-any): update project rule ff40b1c
- Merge pull request #210 from rgarciadelongoria/feature/requiredShippingContactFields 29588b5
- Update GooglePayExecutor.java d586c02
- feat -> update doc file e263859
- feat -> create interfaces for ShippingContact 19c01c8
- Merge pull request #214 from phal0r/master 5dc3ebd
- allow react 18 and fix promise pending bug 60900e4
- Merge branch 'feature/allow-shipping-information' into feature/requiredShippingContactFields 48cf5b1
- feat -> change bool to string[] for better configuration 4c0bc38
- feature -> add name and phone fields 106a8a1
- fix -> fix dependency path fdff711
- feat -> restore CapacitorCommunityStripe package names 41e7e9e
- Merge branch 'feature/allow-shipping-information' into feature/requiredShippingContactFields 37caab4
- feat -> change version number 2612e5e
- feat -> delete comments 5183d94
- feat -> optimice code dafbf1f
- feat -> add iso country code a65b484
- feat -> add optional parameter requiredShippingContactFields 8fbac74
- feat -> some npm changes, and events c91b4af
- feat -> export new type events 07c16ca
- feat -> add new events cfe1c02
- fix -> fix colon 48b7689
- feat -> add shipping address call resolve 6d1b63a
- feat -> select shipping address event 425b094
- feat -> first code testing 1f6e382
v4.1.0-0
- chore 3a6dad0
- fix -> fix dependency path fdff711
- feat -> restore CapacitorCommunityStripe package names 41e7e9e
- Merge branch 'feature/allow-shipping-information' into feature/requiredShippingContactFields 37caab4
- feat -> change version number 2612e5e
- feat -> delete comments 5183d94
- feat -> optimice code dafbf1f
- feat -> add iso country code a65b484
- feat -> add optional parameter requiredShippingContactFields 8fbac74
- feat -> some npm changes, and events c91b4af
- feat -> export new type events 07c16ca
- feat -> add new events cfe1c02
- fix -> fix colon 48b7689
- feat -> add shipping address call resolve 6d1b63a
- feat -> select shipping address event 425b094
- feat -> first code testing 1f6e382
v4.0.0
v4.0.0-3
v4.0.0-2
- refactor(): refactor and fmt 5d5c463
- Merge branch 'master' into pass_returnURL 356bd8f
- feat(android): update to 20.7.0 17c0580
- Merge branch 'master' of github.com:capacitor-community/stripe into feat/pass_returnURL 516ec75
- Merge branch 'capacitor-community:master' into feat/pass_returnURL ddc42c2
- added handleURLCallback method cb7c3a2
- added returnURL to ios 4c873b2
- updated stripe ios sdk version e291d0e
v4.0.0-1
v4.0.0-0
v3.9.1
v3.9.1-0
v3.9.0
- feat(ios): update to 22.6.0 72d6995
- chore(android): remove same if 3f3c43f
- Merge branch 'master' of github.com:capacitor-community/stripe f0bbef6
- chore(): change to simple code 6fcccd6
- Merge pull request #185 from capacitor-community/dependabot/npm_and_yarn/demo/server/npm-8.11.0 f59da77
- Merge pull request #169 from capacitor-community/dependabot/npm_and_yarn/minimist-1.2.6 a3430ca
- chore(deps): bump npm from 7.24.2 to 8.11.0 in /demo/server ee20569
- chore(deps): bump minimist from 1.2.5 to 1.2.6 b205908
Require permission in iOS
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
+ <key>NSCameraUsageDescription</key>
+ <string>Need camera access for read credit card.</string>
</dict>