Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 1.03 KB

Yii 2 Crontab extension Change Log

1.0.4, September 19, 2018

  • Enh: Usage of deprecated yii\base\InvalidParamException changed to yii\base\InvalidArgumentException one (klimov-paul)

1.0.3, November 3, 2017

  • Enh #16: Added CronTab::$username, allowing setup the name of the user whose crontab is to be affected (klimov-paul)

1.0.2, April 25, 2016

  • 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)

1.0.1, February 10, 2016

  • Enh #3: CronTab::applyFile() now throws an exception on crontab command failure (PaVeL-Ekt)

1.0.0, December 26, 2015

  • Initial release.