Skip to content

Commit

Permalink
Version 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Apr 15, 2024
1 parent 15f56f9 commit b798232
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 4
:minor: 2
:patch: 4
:patch: 5
:special: ''
:metadata: ''
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Version 4.2.5 (comming soon)
# Version 4.2.5

* Min. PHP Version set to 7.3
* Support PhpUnit 8.0
* Please take a look at [UPGRADE-4.0.0](UPGRADE-4.0.0.md)
* Updated composer package versions

## Features

# none

## Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
'target.dir' => __DIR__ . '/target',
'symfony.dir' => __DIR__ . '/symfony',
'webapp.name' => 'import-cli-simple',
'webapp.version' => '4.2.4'
'webapp.version' => '4.2.5'
);

/**
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"license": "MIT",
"require": {
"php": ">=7.3.0",
"techdivision/import": "^17.5.2",
"techdivision/import-cli": "^12.3.0",
"techdivision/import": "^17.7.3",
"techdivision/import-cli": "^12.5.2",
"techdivision/import-app-simple": "^18.0.3",
"techdivision/import-configuration-jms": "^17.4.1",
"techdivision/import-configuration-jms": "^17.4.2",
"techdivision/import-ee": "^16.0.0",
"techdivision/import-attribute": "^22.0.2",
"techdivision/import-attribute": "^22.0.8",
"techdivision/import-attribute-set": "^17.0.1",
"techdivision/import-customer": "^17.1.1",
"techdivision/import-customer-address": "^17.0.6",
"techdivision/import-category": "^21.0.3",
"techdivision/import-category-ee": "^22.0.1",
"techdivision/import-product": "^25.2.0",
"techdivision/import-product": "^25.2.3",
"techdivision/import-product-msi": "^20.1.0",
"techdivision/import-product-tier-price": "^18.0.1",
"techdivision/import-product-url-rewrite": "^25.0.3",
"techdivision/import-product-url-rewrite": "^25.0.4",
"techdivision/import-product-link": "^25.0.3",
"techdivision/import-product-media": "^27.0.3",
"techdivision/import-product-bundle": "^25.0.1",
Expand Down
Loading

0 comments on commit b798232

Please sign in to comment.