Releases: hmazter/laravel-schedule-list
Releases · hmazter/laravel-schedule-list
2.2.1 - 2020-12-02
2.2.0 - 2020-09-04
Other
- Support Laravel 8.*
2.1.0 - 2020-01-16
Other
- Support Laravel 7.*
2.0.0 - 2019-09-08
Breaking
Drop support for PHP 7.1 (It is EOL)
Changed
Resolve Schedule instance from container instead of injecting, see #30
Other
Support Laravel 6.0
1.2.1 - 2019-02-27
Other
Support Laravel 5.8
Test against PHP 7.3
1.2.0 - 2019-02-09
Other
- Remove support Laravel 5.5 (it did not actually work)
1.1.1 - 2018-09-23
Fixed
- Fixed crash when scheduling Closures and Jobs, #23
1.1.0 - 2018-09-04
Other
Support Laravel 5.7
1.0.0 - 2018-03-09
Breaking
- Only support PHP 7.1.3 and above
- Only support Laravel 5.5 and above
Added
- Add
ScheduleList::all()
that returns all scheduled events as an array
0.2.1 - 2018-02-07
Other
- Support Laravel 5.6 and PHPUnit 7