From 8846e6bfbcd3141d3f85350d92c46b3d6a122980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20K=C4=85kol?= Date: Mon, 29 Sep 2025 20:43:40 +0200 Subject: [PATCH 1/2] Update tpay-com/tpay-openapi-php --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b04e4ac..ed6bf4d 100755 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "composer/composer": "^2.0.9", "magento/framework": "^103.0", "magento/module-csp": "^100.4.5-p6", - "tpay-com/tpay-openapi-php": "^2.0.0", + "tpay-com/tpay-openapi-php": "^2.0.3", "tpay-com/tpay-php": "^2.4.7" }, "suggest": { From 0c2a4f3bab96823c358bd14278bacfe468349abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20K=C4=85kol?= Date: Wed, 1 Oct 2025 11:45:37 +0200 Subject: [PATCH 2/2] changelog --- .version | 2 +- CHANGELOG.MD | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 005119b..8e8299d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.4.1 +2.4.2 diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 813bf78..25074d9 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.4.2 + +### Changed +- Increased callback urls length + ## 2.4.1 ### Fixed