Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1003 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 1003 Bytes

Changelog

All notable changes to laravel-notification-channels/pushwoosh will be documented in this file

3.0.0

  • Removed UnknownDevicesException, a UnknownDevices event is now dispatched instead

2.3.0 - (2020-09-17)

  • Allow pushwoosh to be disabled on local environments via config('services.pushwoosh.enabled')

2.2.0 - (2020-09-10)

  • Added support for Laravel 8 #14

2.1.0 - (2020-06-09)

  • Added support for setting message titles on supported platforms #12

2.0.0 - (2020-03-04)

  • Added Laravel 7 support #6
  • Dropped support for PHP 7.0 #8
  • Added support for root parameters #7

1.0.0 - (2019-10-04)

  • Initial release