Skip to content

Commit 01c7027

Browse files
committed
Finale version 5.0.0
1 parent c2bf96f commit 01c7027

File tree

6 files changed

+29
-21
lines changed

6 files changed

+29
-21
lines changed

.semver

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
:major: 4
3-
:minor: 2
4-
:patch: 6
2+
:major: 5
3+
:minor: 0
4+
:patch: 0
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Version 5.0.0 (coming soon)
2-
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.
3-
* The minimum supported PHP version is now 8.1.0.
1+
# Version 5.0.0
2+
Update from 4.2.x with minimum dependency on PHP 8.1 and third-party modules
3+
4+
* Min. PHP Version set to 8.1.
45
* replace dependency `"behat/symfony2-extension"` and `"behat/mink-goutte-driver"` with `friends-of-behat/symfony-extension` and `"friends-of-behat/mink-browserkit-driver"`
56
* Upgrade required dependency
67
* Correction of the compatibility of functions

RoboFile.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
4040
'target.dir' => __DIR__ . '/target',
4141
'symfony.dir' => __DIR__ . '/symfony',
4242
'webapp.name' => 'import-cli-simple',
43-
'webapp.version' => '4.2.6'
43+
'webapp.version' => '5.0.0'
4444
);
4545

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

353354
// run the copy past detector

UPGRADE-5.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upgrade from 3.8.* to 4.0.0
1+
# Upgrade from 4.2.* to 5.0.0
22

33
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.
44
* The minimum supported PHP version is now 8.1.0.

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
"techdivision/import-configuration": "^6.0.0",
4545
"egulias/email-validator": "^3.2.0"
4646
},
47-
"minimum-stability": "dev",
48-
"prefer-stable": true,
4947
"require-dev": {
5048
"doctrine/dbal": "^4.0.4",
5149
"pdepend/pdepend": "^2.16.2",

composer.lock

Lines changed: 19 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)