Files
2021-05-30 08:20:41 +00:00

1020 B

Changelog

All notable changes to laravel-schedule-monitor will be documented in this file

2.3.0 - 2021-05-13

  • add storeOutputInDb

2.2.1 - 2021-03-29

  • upgrade to latest lorisleiva/cron-translator version (#40)

2.2.0 - 2021-01-15

  • throw an exception if pinging Oh Dear has failed #37
  • pass 0 instead of null parameters to Oh dear for Background tasks #37

2.1.0 - 2020-12-04

  • add support for PHP 8

2.0.2 - 2020-10-14

  • drop support for Laravel 7
  • fix command description

2.0.1 - 2020-10-06

  • report right exit code for scheduled tasks in background

2.0.0 - 2020-09-29

  • add support for timezones

1.0.4 - 2020-09-08

  • add support for Laravel 8

1.0.3 - 2020-07-14

  • fix link config file

1.0.2 - 2020-07-14

  • add CarbonImmutable support (#3)

1.0.1 - 2020-07-12

  • improve output of commands

1.0.0 - 2020-07-09

  • initial release