Skip to content

Commit

Permalink
Updated version to 4.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Nov 9, 2023
1 parent 6340cee commit 264f8bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ParadoxLabs_Authnetcim Changelog

## 4.5.3 - Nov 9, 2023
- Changed CC BIN storage to enabled by default.
- Fixed payment info incorrectly persisting and preventing new card entry after a payment decline or admin reorder.
- Fixed PHP 8.2 compatibility.
- Fixed possible infinite spinner upon failure in virtual checkout.

## 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.
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.5"
"paradoxlabs/tokenbase": "~4.5.6"
},
"type": "magento2-module",
"version": "4.5.2",
"time": "2023-05-11",
"version": "4.5.3",
"time": "2023-11-09",
"license": "Apache-2.0",
"authors": [
{
Expand Down
5 changes: 2 additions & 3 deletions etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<!--
Note: We only update this version number when we require database setup to run, per best practices.
See composer.json or the admin settings for your current version number.
Note: See composer.json or the admin settings page for your current version number.
-->
<module name="ParadoxLabs_Authnetcim" setup_version="4.3.0">
<module name="ParadoxLabs_Authnetcim">
<sequence>
<module name="ParadoxLabs_TokenBase" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 264f8bc

Please sign in to comment.