We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3070fac commit 925f04fCopy full SHA for 925f04f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ParadoxLabs_TokenBase Changelog
2
3
+## 4.7.0 - Jun 28, 2024
4
+- Added CSP/SRI secure mode support for 2.4.0+ (2.4.7 checkout compatibility).
5
+- Fixed payment extension attributes holding tokenbase_id values improperly.
6
+- Fixed reorder applying the original payment method if a new card was entered.
7
+
8
## 4.6.1 - Feb 23, 2024
9
- Fixed NoSuchEntity exception on loading a Magento Vault card.
10
composer.json
@@ -19,8 +19,8 @@
19
"ext-json": "*"
20
},
21
"type": "magento2-module",
22
- "version": "4.6.1",
23
- "time": "2024-02-23",
+ "version": "4.7.0",
+ "time": "2024-06-28",
24
"license": "Apache-2.0",
25
"authors": [
26
{
0 commit comments