Releases: dreamonkey/laravel-onesignal-rest-api
Releases · dreamonkey/laravel-onesignal-rest-api
Support Laravel 10
What's Changed
- fix: add missing huawei_big_picture key by @netodomenico in #12
- feat: support Laravel 10.x by @laravel-shift in #13
New Contributors
- @laravel-shift made their first contribution in #13
Full Changelog: v2.3...v2.4
v2.3
What's Changed
- fix: fix typo in OneSignalClient by @netodomenico in #11
New Contributors
- @netodomenico made their first contribution in #11
Full Changelog: v2.2...v2.3
Support Laravel 9
What's Changed
- feat: support Laravel 9 by @zhafri-shafiq in #10
New Contributors
- @zhafri-shafiq made their first contribution in #10
Full Changelog: v2.1...v2.2
Support Laravel 8
chore: support Laravel 8
Drop L5, support L6 and L7
v2.0 chore: drop L5, support L6 and L7
Added more valid_params for postNotification method
Added additional valid_params for postNotification method (#5) * added new valid optional parameters for postNotification as well as sorting them for cleaner code
Added L5.5 providers and aliases autodiscovery
1.2.0 Added L5.5 providers auto-discovery
Fixed JSON decoding
Data is now returned as an associative array, the $assoc parameter of json decoding has been set to true
Updated response format, rearranged some classes, fixed some bugs
All OneSignalClient metods now returns an array instead of a ResponseInterface, Facade is now called OneSignal and is stored in a dedicated folder, fixed some bugs which prevented the library to work correctly.
Namespace changed and bugfixes
Project have been taken up by Dreamonkey to update it and mantain it, given that the orginal one has been abandoned.
Fixes proposed on the original one have been integrated.