Skip to content

Releases: MasoniteFramework/scheduler

v3.0.4

18 Sep 15:07
Compare
Choose a tag to compare

Change Log

  • Added every, every_minute, every_15_minutes, every_30_minutes, every_45_minutes, daily, hourly, weekly, monthly scheduler helpers
  • Added CanSchedule helper for providers which add a self.call() and self.schedule() methods
  • Fixed namespace from scheduler. to masonite.scheduler. on scaffolding

v3.0.3

18 Jan 15:49
Compare
Choose a tag to compare

Change Log

  • Fixed location of CanSchedule import

v3.0.2

18 Jan 15:46
Compare
Choose a tag to compare

Change Log

  • Fixed issue with CanSchedule command not importing correctly

v3.0.1

18 Jan 15:08
65805c1
Compare
Choose a tag to compare

Change Log

  • Fixed issue with src import

v1.0.1

09 Jan 04:05
Compare
Choose a tag to compare

Change Log

  • Added the ability to set a timezone on the Task

v1.0.0

04 Jun 02:52
Compare
Choose a tag to compare

Change Log

  • Initial Release