Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl authored Sep 16, 2024
1 parent 1dfc99d commit ecf1c92
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand All @@ -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

Expand Down

0 comments on commit ecf1c92

Please sign in to comment.