Skip to content

Releases: verygoodsecurity/vgs-collect-ios

Public release 1.7.10

13 Apr 09:37
02c20ad
Compare
Choose a tag to compare

What's new:

  • Set validCardBrands in VGSPaymentCards to specify valid card brands.
  • Payments optimization with multiplexing app setup sample in demo app.

Public release 1.7.9

06 Apr 11:51
b241cc0
Compare
Choose a tag to compare

What's new:

  • Fix issue with expiration date converter and Arabic locale.

Public release 1.7.8

02 Apr 10:04
468ccc3
Compare
Choose a tag to compare

What's new:

  • Update CardScan version to 2.0.9.

Public release 1.7.7

30 Mar 15:22
daf17ef
Compare
Choose a tag to compare

What's new:

VGSExpDateSeparateSerializer - to split card expiration date month and year as 2 separate values.

Public release 1.7.6

22 Mar 13:32
d779cc0
Compare
Choose a tag to compare

What's new:

  • VGSCVCTextField with cvc icon.
  • VGSCollectRequestOptions to customize JSON structure.

Public release 1.7.5

19 Feb 12:26
4455212
Compare
Choose a tag to compare

What's new

VGS Satellite support in VGSCollectSDK. Now you can test integration with VGS on local machine.

Public release 1.7.4

11 Feb 14:35
b94c3b9
Compare
Choose a tag to compare

What's new

  • Add VGSCollectLogger to simplify SDK logging and debugging process.
  • Customisable VGSCollectLoggingConfiguration: verify VGSCollectSDK 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

25 Jan 07:50
e73208b
Compare
Choose a tag to compare

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.

Public release 1.7.2

16 Dec 18:13
1254160
Compare
Choose a tag to compare

What’s new

  • Swift Package Manager update for handling resources.
  • PATCH and DELETE HTTP methods support.
  • Functionality to disable/enable tracking analytics:
VGSAnalyticsClient.shared.shouldCollectAnalytics = false

Public release 1.7.1

30 Nov 16:05
f6bd799
Compare
Choose a tag to compare

What's new

  • Custom Hostnames support added.
  • Replaced PDF Card Brand icons with PNG analogs, which allows to significantly decrease SDK size.
  • New VGSCollect init constructor.
  • Functionality for manually unsubscribing VGSTextFields from VGSCollect: vgsCollect.unsubscribeTextField(textField).
  • Maestro cards regex extended to support card numbers starting with 56, 57, 58.