- Enh: Usage of deprecated
yii\base\InvalidParamException
changed toyii\base\InvalidArgumentException
one (klimov-paul)
- Enh #16: Added
CronTab::$username
, allowing setup the name of the user whose crontab is to be affected (klimov-paul)
- Bug #10: Fixed
CronTab::getCurrentLines()
unable to recognize empty crontab at some operation systems (klimov-paul) - Enh #7: Added
CronTab::$headLines
, allowing setup shell configuration at the crontab beginning (klimov-paul) - Enh #6: In case there is not cron jobs to be saved
CronTab
no longer puts new line separator in result file (klimov-paul)
- Enh #3:
CronTab::applyFile()
now throws an exception oncrontab
command failure (PaVeL-Ekt)
- Initial release.