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

Latest commit

 

History

History
81 lines (61 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

81 lines (61 loc) · 3.33 KB

Release Notes for CardConnect for Craft Commerce

1.5.1.1 - 2021-04-29

Fixed

  • Fixed bug preventing saved payment sources from populating payments

1.5.1 - 2021-04-22

Fixed

  • Fixed bug preventing saved payment sources from populating payments
  • Fixed bug preventing saving of payment sources

1.5.0 - 2021-04-20

Added

  • Added UserFieldsEvent for sending custom data with authorizations (documentation)

Changed

  • The plugin now supports Commerce Omnipay 3.0
  • The plugin now requires Omnipay: CardConnect 1.4.0

Fixed

  • Fixed a bug where purchase transactions failed to validate correctly
  • Fixed a bug where requests failed to send cardholder name if different from billing address
  • Fixed a bug where requests using payment sources failed to populate cardholder name

1.4.4 - 2020-12-17

Fixed

  • Fixed bug where expiry pattern wouldn't validate correctly in certain instances

1.4.3 - 2020-12-01

Fixed

  • Fixed a bug where pasted card numbers might not update CVV validation

1.4.2 - 2020-10-30

Fixed

  • Fixed a bug where successful zero-dollar card validations would return as failed

1.4.1 - 2020-10-22

Added

  • Added jmauzyk\commerce\cardconnect\variables\Variable
  • Added jmauzyk\commerce\cardconnect\services\AssetBundle

Changed

  • Changed asset bundle source paths to be consistent with published url getter

Fixed

  • Fixed payment form duplicate input ID

1.4.0 - 2020-10-21

{tip} It's now possible to tokenize using the CardSecure API via javascript. Tokenization method is selected in the gateway settings. For information on customizing form appearance and custom payment forms, see the documentation.

  • Added support for saving payment sources
  • Added ability to tokenize using CardSecure API via javascript
  • Updated Omnipay: CardConnect to 1.3.0
  • Added jmauzyk\commerce\cardconnect\gateways\Gateway::getIframeNumberInput()
  • Deprecated jmauzyk\commerce\cardconnect\gateways\Gateway::getTokenizedNumberInput()

1.3.1 - 2020-08-20

  • Updated tokenized number input to make UI in Craft CP
  • Fixed order ID not displaying in CardPointe

1.3.0 - 2020-08-07

{warning} As of this release, payment forms generated using getPaymentFormHtml() will use tokenized card numbers by default via CardConnect's Hosted iFrame Tokenizer. For information on customizing form appearance, custom payment forms, and reverting to clear PANs, see the documentation.

  • Updated getPaymentFormHtml() method to implement Hosted iFrame Tokenizer
  • Added jmauzyk\commerce\cardconnect\gateways\Gateway::getTokenizedNumberInput()
  • Updated Omnipay: CardConnect to 1.2.0
  • Authorize and Purchase requests now correctly send the order id instead of transaction hashes

1.2.0 - 2020-03-12

  • Added composer support for Craft Commerce 3

1.1.0 - 2020-02-12

1.0.1 - 2019-10-30

  • Updated Omnipay: CardConnect to 1.0.1
  • Fixed missing address
  • Added address line 2 to request

1.0.0 - 2019-09-19

  • Initial release