All notable changes to laravel-uptime-monitor
will be documented in this file
- add support for Laravel 5.5, drop support for Laravel 5.4
- renamed config file from
laravel-uptime-monitor
touptime-monitor
- add
retry_connection_after_milliseconds
to config file
- add
sync
command
- fixed bug in getting unchecked monitors
- added monitor location to mail notifications
- ask for protocol when creating a monitor
- add support for L5.4
- drop support for L5.3
- fixed bug where migration could be published multiple times
- set fallback text for Slack notifications
- fix typos in notifications
- improve notifications
- fix
CertificateCheckSucceeded
notification
- fix typos in command descriptions
- added
additional_headers
to config
- fix descriptions in config file
- fix custom model instructions in config file
- initial release