Releases: spatie/laravel-uptime-monitor
Releases · spatie/laravel-uptime-monitor
4.5.0
What's Changed
- Allow custom success status codes by @emilsundberg in #362
New Contributors
- @emilsundberg made their first contribution in #362
Full Changelog: 4.4.0...4.5.0
4.4.0
What's Changed
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #360
- Update installation-and-setup.md by @xnekv03 in #364
- Make other notification getMessageText() public aswell by @FinnPaes in #361
New Contributors
Full Changelog: 4.3.0...4.4.0
4.3.0
What's Changed
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #342
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #343
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #345
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #356
- Update link to Laravel notifications docs to be master instead of 5.4 by @intrepidws in #354
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #357
- Add support for Laravel 11 by @J-T-McC in #358
New Contributors
- @intrepidws made their first contribution in #354
Full Changelog: 4.2.1...4.3.0
4.2.1
What's Changed
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #332
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #334
- Laravel 10.x Compatibility by @laravel-shift in #335
New Contributors
- @laravel-shift made their first contribution in #335
Full Changelog: 4.2.0...4.2.1
4.2.0
What's Changed
- Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in #313
- Bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 by @dependabot in #314
- Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in #315
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #319
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #321
- Add support for php8.1 and Laravel 9. by @Joeri-Abbo in #324
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #327
New Contributors
- @dependabot made their first contribution in #313
- @Joeri-Abbo made their first contribution in #324
Full Changelog: 4.1.1...4.2.0
4.1.1
What's Changed
- Modify composer requires to illuminate/* alternatives by @mallardduck in #311
New Contributors
- @mallardduck made their first contribution in #311
Full Changelog: 4.1.0...4.1.1
4.1.0
- add support for Laravel 9
4.0.1
Change type of exception handled in rejected promise
4.0.0
- drop anything below Laravel 8 / PHP 7.4
- add support for PHP 8
- use CarbonInterface instead of Carbon
- typehint all the things
3.9.0
- add support for Laravel 8