All Notable changes to onesignal
will be documented in this file
- Add support for PHP 8
- Add compatibility for Laravel 8
- Add compatibility for Laravel 7
- Add testing on PHP 7.4
- 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)
- [Feature] Added return for response after sending the message (#46)
- 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 once (#42)
- Add compatiblity for Laravel 5.5
- Initial release