Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

55 lines (28 loc) · 1.12 KB

Changelog

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

1.4.4 - 2021-12-09

What's Changed

  • Using the PHP Version the scheduler is called with for artisan commands by @TimGeDev in spatie#50

New Contributors

  • @TimGeDev made their first contribution in spatie#50

Full Changelog: https://github.com/spatie/laravel-short-schedule/compare/1.4.3...1.4.4

1.4.3 - 2021-07-22

  • fixed description and help message (#37)

1.4.2 - 2021-06-11

  • allow spatie/temporary-directory 2.* (#35)

1.4.1 - 2021-06-04

  • do not set a default lifetime for production

1.4.0 - 2021-05-31

  • add lifetime option

1.3.0 - 2020-12-24

  • add PHP8 support (#25)

1.2.2 - 2020-09-08

  • add support for Laravel 8

1.2.1 - 2020-07-14

  • fix for tasks not getting executed if the command is started by supervisord.

1.2.0 - 2020-07-13

  • added onOneServer option to short run commands (#8)

1.1.0 - 2020-06-17

  • adding support for Maintenance Mode (#4)

1.0.0 - 2020-06-07

  • initial release