File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22:major: 4
33:minor: 2
4- :patch: 3
4+ :patch: 4
55:special: ''
66:metadata: ''
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments