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

Commit

Permalink
Update Omnipay: CardConnect to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmauzyk committed Oct 30, 2019
1 parent a12386f commit abf6fba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Release Notes for CardConnect for Craft Commerce

## 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
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.0.0",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
Expand All @@ -28,7 +28,7 @@
"craftcms/cms": "^3.1.0",
"craftcms/commerce": "^2.0.0",
"craftcms/commerce-omnipay": "^2.0.0",
"jmauzyk/omnipay-cardconnect": "^1.0.0"
"jmauzyk/omnipay-cardconnect": "^1.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit abf6fba

Please sign in to comment.