File tree Expand file tree Collapse file tree 4 files changed +131
-425
lines changed Expand file tree Collapse file tree 4 files changed +131
-425
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
:major: 4
3
3
:minor: 2
4
- :patch: 3
4
+ :patch: 4
5
5
:special: ''
6
6
:metadata: ''
Original file line number Diff line number Diff line change 1
- # Version 4.2.4 (Coming soon)
1
+ # Version 4.2.4
2
2
3
3
* Min. PHP Version set to 7.3
4
4
* Support PhpUnit 8.0
9
9
* import:
10
10
* Extend multi/select callbacks with strict mode
11
11
* 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 `
12
13
13
14
* import-cli:
14
15
* 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 `
15
17
16
18
* import-configuration-jms:
17
19
* Introduct new argument --config-dir for magento app/etc directory
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
40
40
'target.dir ' => __DIR__ . '/target ' ,
41
41
'symfony.dir ' => __DIR__ . '/symfony ' ,
42
42
'webapp.name ' => 'import-cli-simple ' ,
43
- 'webapp.version ' => '4.2.3 '
43
+ 'webapp.version ' => '4.2.4 '
44
44
);
45
45
46
46
/**
You can’t perform that action at this time.
0 commit comments