Skip to content

Commit

Permalink
version 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Jul 12, 2022
1 parent d35eaaa commit dc4050a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 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: 1
:patch: 1
:patch: 2
:special: ''
:metadata: ''
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Version 4.1.2

* 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)

## Features

* none

## Bugfixes
* import-product (hotfix)
* Fix crash on Strict Mode definition in FileUploadObserver

# Version 4.1.1

* Min. PHP Version set to 7.3
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.1.1'
'webapp.version' => '4.1.2'
);

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"techdivision/import-customer-address": "^17.0.1",
"techdivision/import-category": "^21.0.0",
"techdivision/import-category-ee": "^22.0.0",
"techdivision/import-product": "^25.0.4",
"techdivision/import-product": "^25.0.5",
"techdivision/import-product-msi": "^20.0.0",
"techdivision/import-product-tier-price": "^18.0.0",
"techdivision/import-product-url-rewrite": "^25.0.0",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit dc4050a

Please sign in to comment.