This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
Releases: signifly/laravel-scheduling-tasks
Releases · signifly/laravel-scheduling-tasks
v2.0.0 - 2023-11-21
Prep for Laravel 10
v1.5.4
v1.5.3 - 2021-05-19
- Support PHP 8
v1.5.2 - 2020-11-23
This release contains the following:
- Test coverage
- Add github actions
- Minor bugfixes
v1.5.1 - 2020-09-14
This release contains the following changes:
- Add support for Laravel 8
v1.5.0 - 2020-03-03
This release contains the following changes:
- Add support for Laravel 7
- Drop support for Laravel 5.x
v1.4.0 - 2019-09-10
This release contains the following changes:
- Add support for Laravel 6.0
v1.3.1 - 2019-05-28
This release contains the following:
- Ignore all test and documentation with "export-ignore"
v1.3.0 - 2019-04-10
This release contains the following:
- Deprecated
onlyInProduction
check. It can be achieved withIlluminate\Console\Scheduling\Event::environments()
.
v1.2.1 - 2019-04-10
This release contains the following:
- Fixed issue that prevents the
TaskLoader
from loading all tasks.