From d2f5ac876bc8495a533c403013d694ddc8d8fff4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 11 May 2023 15:04:24 -0400 Subject: [PATCH] Updated version to 4.5.2. --- CHANGELOG.md | 5 +++++ composer.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bcee1..3ad5c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index 84b81be..2322818 100644 --- a/composer.json +++ b/composer.json @@ -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": [ {