v1.1.0
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()