Releases: xfra35/f3-cron
Releases · xfra35/f3-cron
Cron v1.2.1
Cron v1.2.0
This new release includes support for Windows, including async mode.
Cron v1.1.0
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 toscript
(clipath
is kept as an alias for BC) - new writable
silent
property to control the output of the script. By default, it it set toTRUE
, which means nothing is output. If set toFALSE
, the list of executed jobs is displayed. - an error is thrown on misconfigured jobs (it used to silently fail before)
Cron v1.0.0
First stable release.