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

Commit

Permalink
Finish 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmauzyk committed Aug 7, 2020
1 parent d4c8348 commit 483db23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes for CardConnect for Craft Commerce

## 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](https://developer.cardconnect.com/hosted-iframe-tokenizer). For information on customizing form appearance, custom payment forms, and reverting to clear PANs, see [the documentation](https://github.com/jmauzyk/commerce-cardconnect/blob/master/README.md).
* 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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jmauzyk/commerce-cardconnect",
"description": "CardConnect integration for Craft Commerce 2",
"type": "craft-plugin",
"version": "1.2.0",
"version": "1.3.0",
"keywords": [
"craft",
"cms",
Expand All @@ -28,7 +28,7 @@
"craftcms/cms": "^3.1",
"craftcms/commerce": "^2.0|^3.0",
"craftcms/commerce-omnipay": "^2.0",
"jmauzyk/omnipay-cardconnect": "^1.1"
"jmauzyk/omnipay-cardconnect": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 483db23

Please sign in to comment.