All notable changes to laravel-notification-channels/pushwoosh
will be documented in this file
- Removed
UnknownDevicesException
, aUnknownDevices
event is now dispatched instead
- Allow pushwoosh to be disabled on local environments via
config('services.pushwoosh.enabled')
- Added support for Laravel 8 #14
- Added support for setting message titles on supported platforms #12
- Initial release