Skip to content

Commit 0412075

Browse files
committed
Updated version to 4.7.3.
1 parent 9e8b8be commit 0412075

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 4.7.3 - Apr 23, 2025
4+
- Added support for Magento 2.4.8 (monolog/monolog ^3.0).
5+
- Fixed a Magento 2.3 compilation error.
6+
- Fixed PHP 8.4 compatibility.
7+
8+
## 4.7.2 - Jan 13, 2025
9+
- Fixed Instant Purchase failing to load vault payment.
10+
- Fixed PHP 7.1-7.2 compatibility (regression in 4.7.0).
11+
312
## 4.7.1 - Oct 16, 2024
413
- Fixed checkout error message parameter replacement (causing "%1" rather than proper data in a message).
514
- Fixed CVV/ACH help tooltips showing up at the end of the page after open.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"ext-json": "*"
2020
},
2121
"type": "magento2-module",
22-
"version": "4.7.2",
23-
"time": "2025-01-13",
22+
"version": "4.7.3",
23+
"time": "2025-04-23",
2424
"license": "Apache-2.0",
2525
"authors": [
2626
{

0 commit comments

Comments
 (0)