All notable changes to pushover
will be documented in this file.
- Add support for Laravel 5.8 (PR #30)
- Add support for Laravel 5.7 (PR #25)
- Add support for Laravel 5.6
- Add support for dynamic application tokens (PR #22)
- Add support for Laravel 5.5 (including auto discovery)
- Add support for Laravel 5.4
- Send messages to groups or to specific devices using a
PushoverReceiver
object, see the README for instructions
- First release 🎉
- Fire event (instead of exception) when communication with Pushover fails
- Add backwards compatibility for older Laravel versions (with
laravel-notification-channels/backport
)
- Better exceptions
- Improved code quality
- Experimental release