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

Commit

Permalink
Finish 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmauzyk committed Oct 22, 2020
1 parent 6e716b1 commit e21920f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes for CardConnect for Craft Commerce

## 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](https://github.com/jmauzyk/commerce-cardconnect/blob/master/README.md).
Expand Down
2 changes: 1 addition & 1 deletion 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",
"type": "craft-plugin",
"version": "1.4.0",
"version": "1.4.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit e21920f

Please sign in to comment.