File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments