Releases: laravel-notification-channels/pushover
Releases · laravel-notification-channels/pushover
4.0.0
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
3.1.0
What's Changed
- Add support for image attachment by @boryn in #49
- Add support for Laravel 10 by @SamuelNitsche in #53
- chore: style fixes by @atymic in #57
New Contributors
- @boryn made their first contribution in #49
- @SamuelNitsche made their first contribution in #53
- @atymic made their first contribution in #57
Full Changelog: 3.0.0...3.1.0
3.0.0 - Laravel 8 and message format types
- Add support for Laravel 8 by upgrading Guzzle
- Add new methods on
PushoverMessage
to set the message format type usinghtml()
,monospace()
orplain()
(see the README)
2.1.2
2.1.1
2.1.0
2.0.1
- Remove direct Carbon dependency