Skip to content

Releases: xfra35/f3-cron

Cron v1.2.1

09 Sep 15:39
Compare
Choose a tag to compare

This release fixes async execution on both Windows and Unix.

Also now the framework required version is ~3.5

Cron v1.2.0

01 Nov 14:30
Compare
Choose a tag to compare

This new release includes support for Windows, including async mode.

Cron v1.1.0

18 Apr 09:45
Compare
Choose a tag to compare

This new release includes the following changes:

  • new binary() method to set the path of the PHP binary
  • new read-only binary property to get the path of the PHP binary
  • the clipath property has been renamed to script (clipath is kept as an alias for BC)
  • new writable silent property to control the output of the script. By default, it it set to TRUE, which means nothing is output. If set to FALSE, the list of executed jobs is displayed.
  • an error is thrown on misconfigured jobs (it used to silently fail before)

Cron v1.0.0

18 Apr 09:33
Compare
Choose a tag to compare

First stable release.