Skip to content

Commit

Permalink
NTR: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 17, 2025
1 parent 61637c9 commit ac1754d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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.
2 changes: 1 addition & 1 deletion tests/Integration/Settings/LoggerSettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testSettingsCanBeReadFromDatabase(): void

public function testSettingsAreCachedPerSalesChannel():void
{

$settingsService = new SettingsService($this->getContainer());

$expectedSettings = $settingsService->getLoggerSettings();
Expand Down

0 comments on commit ac1754d

Please sign in to comment.