Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Releases: signifly/laravel-scheduling-tasks

v2.0.0 - 2023-11-21

21 Nov 14:15
Compare
Choose a tag to compare

Prep for Laravel 10

v1.5.4

03 Aug 11:17
Compare
Choose a tag to compare

Support Laravel 9 + 10

v1.5.3 - 2021-05-19

19 May 09:00
2182969
Compare
Choose a tag to compare
  • Support PHP 8

v1.5.2 - 2020-11-23

23 Nov 13:31
Compare
Choose a tag to compare

This release contains the following:

  • Test coverage
  • Add github actions
  • Minor bugfixes

v1.5.1 - 2020-09-14

14 Sep 09:10
Compare
Choose a tag to compare

This release contains the following changes:

  • Add support for Laravel 8

v1.5.0 - 2020-03-03

03 Mar 19:14
Compare
Choose a tag to compare

This release contains the following changes:

  • Add support for Laravel 7
  • Drop support for Laravel 5.x

v1.4.0 - 2019-09-10

10 Sep 09:49
Compare
Choose a tag to compare

This release contains the following changes:

  • Add support for Laravel 6.0

v1.3.1 - 2019-05-28

28 May 11:33
Compare
Choose a tag to compare

This release contains the following:

  • Ignore all test and documentation with "export-ignore"

v1.3.0 - 2019-04-10

10 Apr 11:36
Compare
Choose a tag to compare

This release contains the following:

  • Deprecated onlyInProduction check. It can be achieved with Illuminate\Console\Scheduling\Event::environments().

v1.2.1 - 2019-04-10

10 Apr 10:53
Compare
Choose a tag to compare

This release contains the following:

  • Fixed issue that prevents the TaskLoader from loading all tasks.