Skip to content

Releases: Judopay/JudoKit-iOS

Release 2.3.0

26 Jan 12:11
Compare
Choose a tag to compare

Additions:

  • Added support for PKR currency

Fixes:

  • Fixed issue where Check Card transaction response type returns 0 (Payment) instead of 3 (Check Card)

Release 2.2.1

17 Nov 15:50
ec73511
Compare
Choose a tag to compare

Fixes:

  • Fixed an issue with Apple Pay triggering a "User Cancelled" callback on successful Apple Pay payments;
  • Removed deprecations from updating the minimum deployment target to iOS 11.0;

Release 2.2.0

17 Nov 11:22
f7d2762
Compare
Choose a tag to compare

Improvements:

  • Increased the minimum deployment target to iOS 11.0

Release 2.1.3

06 Nov 10:33
7874ce9
Compare
Choose a tag to compare

Fixes

  • Fixed Apple Pay pre-auth transactions being routed as payments

Release 2.1.2

26 Oct 13:35
03a5ede
Compare
Choose a tag to compare

Fixes:

  • Adds the missing Apple Pay callback event;

Improvements:

  • Adds better backend response parsing logic;
  • Added BDD UI Test support

Release 2.1.1

19 Oct 12:30
87d1bf5
Compare
Choose a tag to compare

Features:

  • Added new native Scan Card implementation;

Improvements:

  • Separated the Apple Pay UI layer from the Apple Pay business layer;
  • Check Card transactions are now being enriched (device signal gathering);

Fixes:

  • Fixed a bug that caused locale-specific validation for decimal amounts (ex: 10.50 - valid in the US, invalid in FR);

Release 2.1.0

07 Oct 14:15
2abe3db
Compare
Choose a tag to compare

Fixes:

  • Fixed TrustKit SSL pinning issues;
  • Fixed PayByBankApp request failure due to incorrect API Header version;

Improvements:

  • Added iOS 14 support;
  • Changed Pay By Bank App request amount from double to NSString;
  • Updated and synced error messages;

Release 2.0.2

18 Aug 10:30
60edf22
Compare
Choose a tag to compare

Improvements:

  • Added method for checking if any PBBA bank apps have been installed;
  • Removed redundant PBBA popup from the initial call;
  • Removed automatic polling after the initial PBBA request;

Fixes:

  • Fixed embedded framework issue;
  • Fixed wrong Apple Pay parameter for setting the supported card networks;

Release 2.0.1

07 Aug 15:13
001c698
Compare
Choose a tag to compare

BUG Fixes:

Fix integration with Carthage.

Release 2.0.0

30 Jul 13:52
ea5ff98
Compare
Choose a tag to compare

New Features:

  • Pay by Bank app (PbBa) Integration in Payment Widget;
  • PbBa Integration Outside of Payment Widget;
  • Security code Payments in Payment Widget;
  • Added Amount to Pay Buttton in card entry form;
  • Token Payments without UI;
  • Initiate Payment with the Payment Session Authorization method.

Improvements:

  • Added deep link logic for PbBa;
  • Added Judo ID Validation;
  • Added JudoID instead of SiteID to Bank Transfer Requests;
  • Added amount and currency formatting based on the device locale;
  • String changed from AmEx to American Express;