All notable changes to laravel-failed-job-monitor will be documented in this file
- Require PHP 8+
- Drop support for PHP 7.x
- Convert syntax to PHP 8 where possible
- Drop support for Laravel 5.8, 6.x
- Support PHP 8
- Drop support for PHP 7.2
- Support Laravel 8
- allow extending Illuminate notification class (#56)
- add support for Laravel 7
- make compatible with Laravel 6
- drop support for PHP 7.1
- drop support for anything lower than Laravel 5.8
- add support for Laravel 5.8
- add support for Laravel 5.7
- add support for Laravel 5.6
- add support for Laravel 5.5
- renamed config file from
laravel-failed-job-monitor
tofailed-job-monitor
- add support for Laravel 5.4
- fix
InvalidConfiguration
exception
- add
notificationFilter
- use Laravel 5.3's notifications
- the used view can now be customized
- upped the required Laravel version to 5.3
- Fix a bug where package would crash during a failed job
- Fix typo in config
- Initial release