Skip to content

Releases: dreamonkey/laravel-onesignal-rest-api

Support Laravel 10

03 Apr 16:45
553701b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3...v2.4

v2.3

31 Oct 09:27
0f5f163
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2...v2.3

Support Laravel 9

18 Oct 15:21
567a371
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1...v2.2

Support Laravel 8

24 Feb 09:52
5e55177
Compare
Choose a tag to compare

chore: support Laravel 8

Drop L5, support L6 and L7

13 Aug 17:38
Compare
Choose a tag to compare
v2.0

chore: drop L5, support L6 and L7

Added more valid_params for postNotification method

19 Jul 14:43
Compare
Choose a tag to compare
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

02 Jan 19:19
Compare
Choose a tag to compare
1.2.0

Added L5.5 providers auto-discovery

Fixed JSON decoding

04 Dec 09:48
Compare
Choose a tag to compare

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

04 Dec 08:34
Compare
Choose a tag to compare

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

01 Dec 10:36
aa39731
Compare
Choose a tag to compare

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.