Skip to content

Commit

Permalink
Updated version to 5.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Oct 16, 2024
1 parent 241838b commit 67cbe66
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# ParadoxLabs_Authnetcim Changelog

## 5.1.2 - Oct 16, 2024
- Updated SSL certificate bundle.
- Fixed an invalid template reference with the ACH inline form.
- Fixed checkout agreement validation with the hosted payment form; the payment form will no longer display until any required terms are accepted.
- Fixed CVV help tooltip showing up at the end of the page after open.
- Fixed input validation on the hosted customer form.

## 5.1.1 - Sept 30, 2024
- Added a help bar to the settings page for manual, support, and requests.
- Updated packaged SSL certificates for the upcoming DigiCert SSL Certificate Migration.
- Fixed CC Type validation errors with the hosted payment form.
- Fixed checkout error if validation mode is still set to 'none' (removed in 5.1.0).
- Fixed possible 'required field' errors on refund by including billing address on refund requests.
- Fixed possible API error on refund if order has no CC last4 stored.
- Fixed webhooks approving an order when the resulting transaction gets declined.

## 5.1.0 - Jun 28, 2024
- Added ability to set custom communicator URL for headless frontends.
- Added approve/deny suspected fraud payments from the Magento order details.
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.0"
"paradoxlabs/tokenbase": "~4.7.1"
},
"type": "magento2-module",
"version": "5.1.1",
"time": "2024-09-30",
"version": "5.1.2",
"time": "2024-10-16",
"license": "Apache-2.0",
"authors": [
{
Expand Down

0 comments on commit 67cbe66

Please sign in to comment.