Skip to content

Commit c0637b9

Browse files
committed
Version 4.2.4
1 parent 512f140 commit c0637b9

File tree

4 files changed

+131
-425
lines changed

4 files changed

+131
-425
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: 2
4-
:patch: 3
4+
:patch: 4
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 4.2.4 (Coming soon)
1+
# Version 4.2.4
22

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

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

1618
* import-configuration-jms:
1719
* Introduct new argument --config-dir for magento app/etc directory

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.2.3'
43+
'webapp.version' => '4.2.4'
4444
);
4545

4646
/**

0 commit comments

Comments
 (0)