Releases: laravel-notification-channels/onesignal
Releases · laravel-notification-channels/onesignal
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 )
1.2.0 RC1
- Add targetting per Tags (#48)
- Implement Payload Factory (#50 @timacdonald )
Caution
This is an release candidate, it should work but it could produce errors. So be carefully.
1.1.1
1.1.0
The first release from the new Maintainers @Lloople and @LKDevelopment.
Thanks to @freekmurze and @mpociot for the previous maintaining.
- Min. PHP Version is now PHP 7.0 and tests were executed on php 7.2 #44
- [Feature] Added possibility to send a Notification based on the User E-Mail #40
- [Feature] Added method to set any parameter on the message #23
- [Feature] Added method to set all image attachments at one #42
Special thanks to @toughdeveloper, @AshPowell and @olriko for contributing to this version (with Pull-Requests or Issues).
1.0.2
- add compatiblity for Laravel 5.5