Releases: laravel-notification-channels/fcm
Releases · laravel-notification-channels/fcm
2.1.2
Add failed notification event (#64)
Fix Spaite Enum Issues
2.1.1
fix: spatie/enum v3 compatibility fixes (#56)
Laravel 8.x Support
2.1.0
Added Laravel 8.x support (#55)
Support Guzzle 7
2.0.4
Allow guzzle 7 (#46)
2.0.3
Upgrade kreait/laravel-firebase composer constraint version. Fixes #3…
2.0.2
Do an early return on empty tokens instead of throwing an exception. Fixes #18
2.0.0
FCM API calls has been migrated from legacy HTTP to HTTP v1 (docs from Firebase
here). This is a breaking change so notifications using v1.x should not upgrade to v2.x of this package unless you plan on migrating your notification classes.
1.7.0
- Add Laravel 7 support
- Expose notification Guzzle response objects
Initial release in `laravel-notification-channels` namespace
- Drop support for laravel < 5.5 (#5)
- Fix zero index $tokens (#3)