From ecf1c92ba9f928161001918f056f39c53af282ec Mon Sep 17 00:00:00 2001 From: Martin <35043036+Mardl@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:40:55 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0b2e70..160bbbd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,11 @@ -# Version 5.0.0 -Update from 4.2.x with minimum dependency on PHP 8.1 and third-party modules - -* Min. PHP Version set to 8.1. -* replace dependency `"behat/symfony2-extension"` and `"behat/mink-goutte-driver"` with `friends-of-behat/symfony-extension` and `"friends-of-behat/mink-browserkit-driver"` -* Upgrade required dependency -* Correction of the compatibility of functions - * `src/Loggers/Handlers/HandlerWrapper.php::isHandling(array|LogRecord $record): bool` - * `src/Loggers/Handlers/HandlerWrapper.php::handle(array|LogRecord $record): bool` +# Version 5.0.1 (comming soon) ## Features # none ## Bugfixes + * **import-product-link:** * Fixing clean-up links if the data in the file is missing, the value is not set to \_\_EMPTY__VALUE__ and the clean-up links configuration is disabled * **import-product:** @@ -24,6 +17,23 @@ Update from 4.2.x with minimum dependency on PHP 8.1 and third-party modules * **import-product-bundle:** * Fix php warning undefined array key +# Version 5.0.0 +Update from 4.2.x with minimum dependency on PHP 8.1 and third-party modules + +* Min. PHP Version set to 8.1. +* replace dependency `"behat/symfony2-extension"` and `"behat/mink-goutte-driver"` with `friends-of-behat/symfony-extension` and `"friends-of-behat/mink-browserkit-driver"` +* Upgrade required dependency +* Correction of the compatibility of functions + * `src/Loggers/Handlers/HandlerWrapper.php::isHandling(array|LogRecord $record): bool` + * `src/Loggers/Handlers/HandlerWrapper.php::handle(array|LogRecord $record): bool` + +## Features + +# none + +## Bugfixes + +# none # Version 4.2.6