Features
Fixes:
- Usernames can contain
\W
characters PR #3
Fixes:
- Crontabs must end with an empty line PR #2
Features:
- Added a DateTimeDefinition which represents the date / time part of cronjob lines. PR #1
Deprecated:
CronJobLine::getMinutes()
=>CronJobLine::getDateTimeDefinition()::getMinutes()
CronJobLine::getHours()
=>CronJobLine::getDateTimeDefinition()::getHours()
CronJobLine::getDays()
=>CronJobLine::getDateTimeDefinition()::getDays()
CronJobLine::getMonths()
=>CronJobLine::getDateTimeDefinition()::getMonths()
CronJobLine::getWeekdays()
=>CronJobLine::getDateTimeDefinition()::getWeekdays()
Initial release