Releases: verygoodsecurity/vgs-collect-ios
Releases · verygoodsecurity/vgs-collect-ios
Public release 1.7.12
What's new:
- Add compare
VGSTextFields
content functionality. - Limit large log levels console output.
Public release 1.7.11
What's new:
- Support CardIO integration through Swift Package Manager (can resolve potential issues with M1 Mac)
- New output exp date formats:
longYearThenMonth
,shortYearThenMonth
. Thanks @rubina-shakhkyan!
Public release 1.7.10
What's new:
- Set
validCardBrands
inVGSPaymentCards
to specify valid card brands. - Payments optimization with multiplexing app setup sample in demo app.
Public release 1.7.9
What's new:
- Fix issue with expiration date converter and Arabic locale.
Public release 1.7.8
What's new:
- Update
CardScan
version to2.0.9
.
Public release 1.7.7
What's new:
VGSExpDateSeparateSerializer
- to split card expiration date month and year as 2 separate values.
Public release 1.7.6
What's new:
VGSCVCTextField
with cvc icon.VGSCollectRequestOptions
to customize JSON structure.
Public release 1.7.5
What's new
VGS Satellite support in VGSCollectSDK
. Now you can test integration with VGS on local machine.
Public release 1.7.4
What's new
- Add
VGSCollectLogger
to simplify SDK logging and debugging process. - Customisable
VGSCollectLoggingConfiguration
: verifyVGSCollectSDK
network requests status, extensive logging options. - Update CardScan module to v2.0.7 for SwiftPM & CocoaPods users.
- Support CardScan integration through Swift Package Manager.
- Update Card Icons in
VGSCardTextField
.
Notes
Public release 1.7.3
What's new:
- Option to change expiration date output format with
VGSExpDateConfiguration
class. VGSValidationRuleCardExpirationDate
will produce errors for invalid month.- Update year validation in scanners.