High-Impact changes
The Pushover notification channel now requires at least PHP 8.1. PHP 8.0 and below are no longer supported as these versions are EOL.
What's Changed
- Length of Pushover API key is checked for the correct length by @boryn in #61.
- fire() was replaced by dispatch() in PushoverChannel by @boryn in #59.
- $notifiable was missing in the send() method for proper error reporting by @boryn in #60.
- ext-exif was added as an optional requirement for image attachments.
- Compatibility with Laravel 11, including update of tests.
- Bump the minimum required PHP version to 8.1, as 8.0 is no longer maintained.
- Refactoring of classes to match 8.1 coding features such as typed properties and params.
New Contributors
- @laravel-shift made their first contribution in #62
- @Kovah made their first contribution in #63
Full Changelog: 3.1.0...4.0.0