Skip to content

Commit

Permalink
Updated version to 4.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed May 11, 2023
1 parent 0270285 commit d2f5ac8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ParadoxLabs_Authnetcim Changelog

## 4.5.2 - May 11, 2023
- Changed license from proprietary to Apache 2.0. Issues and contributions are welcome on GitHub.
- Fixed hyphenated transaction IDs possibly being sent to payment gateway on refund.
- Fixed possible Cloud deploy pipeline error from DI constants.

## 4.5.1 - March 10, 2023
- Added compatibility for Magento 2.4.6.
- Added UnionPay support.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "Authorize.Net CIM payment method for Magento 2.x by Paradox Labs",
"keywords": ["payment", "authorize.net", "tokenization"],
"require": {
"paradoxlabs/tokenbase": "~4.5.4"
"paradoxlabs/tokenbase": "~4.5.5"
},
"type": "magento2-module",
"version": "4.5.1",
"time": "2023-03-08",
"version": "4.5.2",
"time": "2023-05-11",
"license": "Apache-2.0",
"authors": [
{
Expand Down

0 comments on commit d2f5ac8

Please sign in to comment.