Skip to content

Releases: blackbird-agency/magento-2-cron-php-parameters

1.0.2

06 Dec 15:16
Compare
Choose a tag to compare

Fix: added a isset()
In order to be able to send empty parameters with the following command:

php bin/magento cron:install

Or with params:
php bin/magento cron:install --params="-d max_execution_time=xxx"

Version 1.0.1

14 Jan 08:12
Compare
Choose a tag to compare

Fix first char deletion in the crontab when running command "--param"

Version 1.0.0

12 Jan 08:50
Compare
Choose a tag to compare

First Release