Skip to content

Commit

Permalink
Version 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Nov 14, 2023
1 parent 512f140 commit c0637b9
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 425 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: 3
:patch: 4
:special: ''
:metadata: ''
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 4.2.4 (Coming soon)
# Version 4.2.4

* Min. PHP Version set to 7.3
* Support PhpUnit 8.0
Expand All @@ -9,9 +9,11 @@
* import:
* Extend multi/select callbacks with strict mode
* Introduct new argument --config-dir for magento app/etc directory
* Preparation of a customer path for Magento backend storage of the configuration in `var/pacemaker/import/configuration`

* import-cli:
* Introduct new argument --config-dir for magento app/etc directory
* Preparation of a customer path for Magento backend storage of the configuration in `var/pacemaker/import/configuration`

* import-configuration-jms:
* Introduct new argument --config-dir for magento app/etc directory
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.3'
'webapp.version' => '4.2.4'
);

/**
Expand Down
Loading

0 comments on commit c0637b9

Please sign in to comment.