Skip to content

Commit

Permalink
Updated version to 5.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Jan 13, 2025
1 parent 18c4f95 commit 693250c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ParadoxLabs_Authnetcim Changelog

## 5.1.3 - Jan 13, 2025
- Fixed billing address errors when refunding to a stored card.
- Fixed a slow order query on legacy card import if no cards need to be imported. (Fixes #13; thanks Steven Hoffman)
- Fixed a PHP 7.1-7.2 compatibility issue (regression in 5.1.0).
- Fixed payment accept/deny from the admin panel. (Thanks Kyle)
- Fixed possible transaction error if customer email includes "+" and the API changed that to " " on response.

## 5.1.2 - Oct 16, 2024
- Updated SSL certificate bundle.
- Fixed an invalid template reference with the ACH inline form.
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.7.1"
"paradoxlabs/tokenbase": "~4.7.2"
},
"type": "magento2-module",
"version": "5.1.2",
"time": "2024-10-16",
"version": "5.1.3",
"time": "2025-01-13",
"license": "Apache-2.0",
"authors": [
{
Expand Down

0 comments on commit 693250c

Please sign in to comment.