Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #1

Open
wants to merge 80 commits into
base: master
Choose a base branch
from
Open

merge #1

wants to merge 80 commits into from

Conversation

stojankukrika
Copy link
Owner

No description provided.

ksvendsen and others added 30 commits December 4, 2017 19:00
Allow array of userIds to be passed instead of just a single userId
get method + getNotification
updated read me to reflect new fixes
updated read me with another example for "Sending a Notification based
on Tags/Filters"
Fixed sending notifications using tags/filters.
adding heading and subtitle
Notification can be deleted by passing the ID of it. Delete method is also added as it requires a DELETE HTTP method to cancel a notification
Added a method to cancel the scheduled OneSignal notifications
Add 5.5 AutoDiscover support
fix broken readme page, beautify example codes
This will allow the Laravel container to autowire services which have a dependency to the `Berkayk\OneSignal\OneSignalClient` without requiring use of the facade, `app()` helper, or other types of service locator based code.
Alias the 'onesignal' service
ExpDev07 and others added 30 commits September 8, 2020 20:11
fixing missing parameters.
add laravel 8 compatability by upgrading guzzle to ^7.0.1
Fixing missing parameters in the README
Allow use of dotenv variables in the package config file
Update OneSignalClient.php
support for laravel 9
added support for laravel 9
…-external-user-ids

Ignore included_segments if include_external_user_ids is filled
Add option to control timeout of the Guzzle Client
sendNotificationCustom is checking empty('include_external_user_ids')
Corrects some grammatical errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.