Skip to content

Releases: peppeocchi/php-cron-scheduler

Support for PHP 8.0

22 Apr 21:33
Compare
Choose a tag to compare
Updated readme for V4

Added php 8.0 support

Worker and upgraded dragonmantank/cron-expression to v3

22 Oct 07:41
Compare
Choose a tag to compare

Scheduler v3

25 Oct 07:55
4aa28de
Compare
Choose a tag to compare

Dropped support for php < 7.1

Run job every X minutes

25 Oct 07:24
e1fc0ad
Compare
Choose a tag to compare

Run jobs at a specific date

25 Oct 21:34
1b18892
Compare
Choose a tag to compare
Run jobs at specific date (#70)

* Run jobs on a specific date

* Documented all of the interval helpers

* StyleCI fixes

Hotfix mail transport when not specified

13 Jan 12:23
82b886b
Compare
Choose a tag to compare
Merge pull request #45 from peppeocchi/hotfix-mail-transport-config

Fixed mail transport when not specified in scheduler constructor

Hotfix issue with invalid job path

13 Oct 14:30
Compare
Choose a tag to compare
Hotfix invalid job path (#36)

* Fix #35

Throw exception if when scheduling a php job the path doesn't exist

* StyleCI fix

* StyleCI fix

Added "before" method

08 Oct 09:36
Compare
Choose a tag to compare

This method is executed right before the job runs.

Jobs and scheduler custom run times

19 Sep 23:40
Compare
Choose a tag to compare

The scheduler can now run multiple times and the actual run time can now be faked.

Annotations and minor code fixes

04 Aug 10:03
Compare
Choose a tag to compare
v2.1.1

Added suggested change from @badyto