Skip to content

Commit

Permalink
Finale version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Jul 26, 2024
1 parent c2bf96f commit 01c7027
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 4
:minor: 2
:patch: 6
:major: 5
:minor: 0
:patch: 0
:special: ''
:metadata: ''
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 5.0.0 (coming soon)
This is mostly a cleanup release offering stronger type guarantees for integrators with the changes, but there is no big new feature for end users.
* The minimum supported PHP version is now 8.1.0.
# 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
Expand Down
3 changes: 2 additions & 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.6'
'webapp.version' => '5.0.0'
);

/**
Expand Down Expand Up @@ -348,6 +348,7 @@ public function runCpd()
$this->properties['vendor.dir'].'/techdivision/import-converter-product-attribute/src/Observers/ProductToAttributeOptionValueConverterObserver.php',
$this->properties['vendor.dir'].'/techdivision/import-customer-address/src/Observers/CustomerAddressAttributeObserver.php',
$this->properties['vendor.dir'].'/techdivision/import-serializer-csv/src/CategoryCsvSerializer.php',
$this->properties['vendor.dir'].'/techdivision/import-product-tier-price/src/Utils/PrimarySkuToPkMappingUtil.php',
);

// run the copy past detector
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE-5.0.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upgrade from 3.8.* to 4.0.0
# Upgrade from 4.2.* to 5.0.0

This is mostly a cleanup release offering stronger type guarantees for integrators with the changes, but there is no big new feature for end users.
* The minimum supported PHP version is now 8.1.0.
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
"techdivision/import-configuration": "^6.0.0",
"egulias/email-validator": "^3.2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"doctrine/dbal": "^4.0.4",
"pdepend/pdepend": "^2.16.2",
Expand Down
30 changes: 19 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01c7027

Please sign in to comment.