Releases: laravel-notification-channels/onesignal
Releases · laravel-notification-channels/onesignal
v2.5.0
What's Changed
- Add support for berkayk/onesignal-laravel 2.0 by @mbardelmeijer in #150
- Laravel 11.x Compatibility by @laravel-shift in #153
New Contributors
- @mbardelmeijer made their first contribution in #150
Full Changelog: 2.5.0...v2.5.0
2.5.0
What's Changed
- Laravel 10 support by @ajayfroiden in #145
- chore: bump min php vers by @atymic in #147
- chore: style fixes by @atymic in #148
New Contributors
- @ajayfroiden made their first contribution in #145
- @atymic made their first contribution in #147
Full Changelog: v2.4.0...2.5.0
v2.4.0
What's Changed
- Laravel 9.x Compatibility by @laravel-shift in #137
- Update README.md by @Sml995 in #141
New Contributors
- @laravel-shift made their first contribution in #137
- @Sml995 made their first contribution in #141
Full Changelog: v2.3.0...v2.4.0
v2.3.0
- Add support for PHP 8
v2.2.0
v2.1.0
- Add compatibility for Laravel 7
- Add testing on PHP 7.4
v2.0.0
- Add compatibility for Laravel 6
- Remove testing on old PHP versions (7.0,7.1) and test on 7.3
- Update the underlying berkayk/onesignal-laravel Package to v1.0.1 (#60)
- [Refactor] Switch to trait based class ordering (#58)
- [Feature] Allow sending to multiple tags (#73)
- [Feature] Allow sending with an empty subject (#56)
- [Feature] Allow more customisation of the notification (#55 & #58)
- [Feature] Add support for silent messages (#67)
- [Feature] Add support for setting a template (#77)
- [Feature] Allow sending to segments based on "included and excluded" (#72)
- [Feature] Allow sending to external user IDs (#86)
v2.0.0-rc2
- Update the underlying berkayk/onesignal-laravel Package to v1.0.1 (#60)
v2.0.0-rc1
- [Refactor] Switch to trait based class ordering (#58)
- [Feature] Allow sending to multiple tags (#73)
- [Feature] Allow sending with an empty subject (#56)
- [Feature] Allow more customisation of the notification (#55 & #58)
- [Feature] Add support for silent messages (#67)
- [Feature] Add support for setting a template (#77)
- [Feature] Allow sending to segments based on "included and excluded" (#72)
- [Feature] Allow sending to external user IDs (#86)
1.2.0
- Add targetting per Tags (#48)
- Implement Payload Factory (#50 @timacdonald )