Releases: berkayk/laravel-onesignal
Releases · berkayk/laravel-onesignal
v2.2
What's Changed
- Fix array index access by @Sml995 in #169
- Removing a double "$" in a offset variable by @diogocoutinho in #190
- fix issue (should prevent send to all even already include_aliases) by @syamsoul in #194
- Add
ConnectException
as a valid type in retry middleware by @mbardelmeijer in #181
New Contributors
- @diogocoutinho made their first contribution in #190
- @syamsoul made their first contribution in #194
Full Changelog: v2.1...v2.2
Laravel 11.x Compatibility
Laravel 11.x Compatibility
Bug fixes.
Merge pull request #183 from LazarDudic/master sendNotificationCustom is checking empty('include_external_user_ids')
Laravel 10 Compatibility Version Fix for Packagist
Merge pull request #176 from laravel-shift/l10-compatibility Laravel 10.x Compatibility
Laravel 10 Compatibility Version Fix for Packagist
Merge pull request #176 from laravel-shift/l10-compatibility Laravel 10.x Compatibility
Laravel 10 Compatibility
Merge pull request #176 from laravel-shift/l10-compatibility Laravel 10.x Compatibility
include_external_user_ids
What's Changed
- Ignore included_segments if include_external_user_ids is filled by @samuelcecilio in #163
- Add option to control timeout of the Guzzle Client by @tomaszmrozinski in #154
New Contributors
- @samuelcecilio made their first contribution in #163
- @tomaszmrozinski made their first contribution in #154
Full Changelog: v1.0.9...v1.0.10
Laravel 9 Support
Laravel 9 support added.
Updated docs
Merge pull request #140 from stephenjude/master Allow use of dotenv variables in the package config file
Laravel 8 Support
v1.0.6 Fixed Laravel 8 support.