Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
60 lines (49 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

60 lines (49 loc) · 1.45 KB

Release Notes

Unreleased

v1.4.0 (2020-02-12)

Added

  • Gateway callback validation

Changed

  • Remove order status changes from gateway response handling - handled in callback
  • Remove superfluous payment gateway response error output

Fixed

  • Missing cc input overflow obfuscating border
  • CCV -> CVV typo

v1.3.1 (2020-01-20)

Fixed

  • Postback callback URL card type assignment

v1.3.0 (2020-01-14)

Added

  • Preauthorize/Capture/Void

Changed

  • Order ID suffix to prevent TX ID conflicts

v1.2.2 (2019-12-10)

Fixed

  • Gateway client PHP 7.3 compatibility: remove redundant filter_var FILTER_VALIDATE_URL flags
  • Limit build script plugin name parameter to 21 characters

v1.2.1 (2019-09-16)

Fixed

  • Autoload import path in module controller

v1.2.0 (2019-09-10)

Added

  • README note on enabling/disabling additional adapters and how to add language files

Changed

  • Display title, gateway API username & password configurable for individual adapters

v1.1.0 (2019-09-03)

Added

  • 3D Secure 2.0 extra data
  • Pre-select the only card option if only one present

v1.0.0 (2019-08-30)

Added

Changed

  • Moved renamed source to src

2019-07-09

Added

  • Configuration values for card types
  • Seamless integration option

2019-07-05

Added

  • Module & payment extension
  • Credit card payment with redirect flow