From ac1754d0f2ebf71a2bd52ea7d77ba5a306d1d8e5 Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Fri, 17 Jan 2025 11:21:05 +0100 Subject: [PATCH] NTR: update changelog --- CHANGELOG.md | 10 +++++----- tests/Integration/Settings/LoggerSettingsTest.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ac0084d..ee88a1fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Features -- Returns over Shopware Commercial plugins is now transferred to Mollie when the Return status is set to "Done" and can be cancelled with the "Cancelled" status. Please note that the refund cannot be cancelled after two hours. +- Returns for Shopware Commercial plugins are now transferred to Mollie when the return status is set to "Done" and can be canceled with the "Cancelled" status. Please note that refunds cannot be canceled after two hours. ### Changes -- Minimum Supported Shopware version is now 6.4.5.0 -- Add new monolog channel "mollie". You can now add custom handler and assign them to the mollie channel +- The minimum supported Shopware version is now 6.4.5.0. +- Added a new Monolog channel "mollie." You can now add custom handlers and assign them to the Mollie channel. ### Fixes -- Fixed order details in refund manager in shopware 6.4.x -- Fixed the issue for SwagCustomizedProducts, the prices for option values are now added to the order \ No newline at end of file +- Fixed order details in the refund manager for Shopware 6.4.x. +- Resolved an issue with SwagCustomizedProducts where prices for option values are now correctly added to the order. diff --git a/tests/Integration/Settings/LoggerSettingsTest.php b/tests/Integration/Settings/LoggerSettingsTest.php index 8d86ade35..75dce08b6 100644 --- a/tests/Integration/Settings/LoggerSettingsTest.php +++ b/tests/Integration/Settings/LoggerSettingsTest.php @@ -36,7 +36,7 @@ public function testSettingsCanBeReadFromDatabase(): void public function testSettingsAreCachedPerSalesChannel():void { - + $settingsService = new SettingsService($this->getContainer()); $expectedSettings = $settingsService->getLoggerSettings();