Skip to content

v1.1.0

Compare
Choose a tag to compare
@devtronic devtronic released this 02 Nov 09:05
· 8 commits to main since this release
930b038

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