Skip to content

Commit dc4050a

Browse files
committed
version 4.1.2
1 parent d35eaaa commit dc4050a

File tree

5 files changed

+24
-10
lines changed

5 files changed

+24
-10
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 4
33
:minor: 1
4-
:patch: 1
4+
:patch: 2
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 4.1.2
2+
3+
* Min. PHP Version set to 7.3
4+
* Support PhpUnit 8.0
5+
* Please take a look at [UPGRADE-4.0.0](UPGRADE-4.0.0.md)
6+
7+
## Features
8+
9+
* none
10+
11+
## Bugfixes
12+
* import-product (hotfix)
13+
* Fix crash on Strict Mode definition in FileUploadObserver
14+
115
# Version 4.1.1
216

317
* Min. PHP Version set to 7.3

RoboFile.php

Lines changed: 1 addition & 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.1.1'
43+
'webapp.version' => '4.1.2'
4444
);
4545

4646
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"techdivision/import-customer-address": "^17.0.1",
1616
"techdivision/import-category": "^21.0.0",
1717
"techdivision/import-category-ee": "^22.0.0",
18-
"techdivision/import-product": "^25.0.4",
18+
"techdivision/import-product": "^25.0.5",
1919
"techdivision/import-product-msi": "^20.0.0",
2020
"techdivision/import-product-tier-price": "^18.0.0",
2121
"techdivision/import-product-url-rewrite": "^25.0.0",

composer.lock

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

0 commit comments

Comments
 (0)