Skip to content

Commit 974638c

Browse files
committed
Updated version to 4.5.6.
1 parent 53783e2 commit 974638c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ParadoxLabs_TokenBase Changelog
22

3+
## 4.5.6 - Nov 9, 2023
4+
- Added preliminary support for Magento 2.4.7-beta2.
5+
- Fixed ACH form template on multishipping checkout.
6+
- Fixed payment info incorrectly persisting and preventing new card entry after a payment decline or admin reorder.
7+
- Fixed performance issue on order grid and order collection load. (#1 -- thanks @lbajsarowicz)
8+
- Fixed possible error on 'Get Payment Update' if transaction is closed. (#4)
9+
310
## 4.5.5 - May 11, 2023
411
- Changed license from proprietary to Apache 2.0. Issues and contributions are welcome on GitHub.
512
- Fixed hyphenated transaction IDs possibly being sent to payment gateway on refund.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"ext-json": "*"
1818
},
1919
"type": "magento2-module",
20-
"version": "4.5.5",
21-
"time": "2023-05-11",
20+
"version": "4.5.6",
21+
"time": "2023-11-09",
2222
"license": "Apache-2.0",
2323
"authors": [
2424
{

etc/module.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
33
<!--
4-
Note: We only update this version number when we require database setup to run, per best practices.
5-
See composer.json or the admin settings for your current version number.
4+
Note: See composer.json for your current version number.
65
-->
7-
<module name="ParadoxLabs_TokenBase" setup_version="4.1.0.20180322">
6+
<module name="ParadoxLabs_TokenBase">
87
<sequence>
98
<module name="Magento_Payment" />
109
<module name="Magento_Quote" />

0 commit comments

Comments
 (0)