Skip to content

Releases: hmazter/laravel-schedule-list

2.2.1 - 2020-12-02

02 Dec 11:50
Compare
Choose a tag to compare

Other

  • Support PHP 8.0

2.2.0 - 2020-09-04

04 Sep 12:14
Compare
Choose a tag to compare

Other

  • Support Laravel 8.*

2.1.0 - 2020-01-16

16 Jan 11:38
Compare
Choose a tag to compare

Other

  • Support Laravel 7.*

2.0.0 - 2019-09-08

12 Sep 07:53
Compare
Choose a tag to compare

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

27 Feb 07:53
Compare
Choose a tag to compare

Other

Support Laravel 5.8
Test against PHP 7.3

1.2.0 - 2019-02-09

09 Feb 11:45
Compare
Choose a tag to compare

Other

  • Remove support Laravel 5.5 (it did not actually work)

1.1.1 - 2018-09-23

24 Sep 07:03
Compare
Choose a tag to compare

Fixed

  • Fixed crash when scheduling Closures and Jobs, #23

1.1.0 - 2018-09-04

04 Sep 18:13
Compare
Choose a tag to compare

Other

Support Laravel 5.7

1.0.0 - 2018-03-09

09 Mar 10:52
0f9f153
Compare
Choose a tag to compare

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

08 Feb 20:23
ea4a96e
Compare
Choose a tag to compare

Other

  • Support Laravel 5.6 and PHPUnit 7