Skip to content

Latest commit

 

History

History
executable file
·
44 lines (23 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
44 lines (23 loc) · 755 Bytes

Changelog

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

3.0.0 - 2017-09-01

  • add support for Laravel 5.5
  • renamed config file from laravel-failed-job-monitor to failed-job-monitor

2.2.0 - 2017-01-23

  • add support for Laravel 5.4

2.1.1 - 2016-11-07

  • fix InvalidConfiguration exception

2.1.0 - 2016-11-07

  • add notificationFilter

2.0.0 - 2016-10-18

  • use Laravel 5.3's notifications

1.1.0 - 2016-09-11

  • the used view can now be customized

1.0.3 - 2016-08-27

  • upped the required Laravel version to 5.3

1.0.2 - 2016-03-02

  • Fix a bug where package would crash during a failed job

1.0.1 - 2016-02-26

  • Fix typo in config

1.0.0 - 2016-02-25

  • Initial release