|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | All Notable changes to `onesignal` will be documented in this file |
| 4 | + |
| 5 | +## 2.0.0-rc1 - unreleased |
| 6 | +- [Refactor] Switch to trait based class ordering ([#58](https://github.com/laravel-notification-channels/onesignal/pull/58)) |
| 7 | +- [Feature] Allow sending to multiple tags ([#73](https://github.com/laravel-notification-channels/onesignal/pull/73)) |
| 8 | +- [Feature] Allow sending with an empty subject ([#56](https://github.com/laravel-notification-channels/onesignal/pull/56)) |
| 9 | +- [Feature] Allow more customisation of the notification ([#55](https://github.com/laravel-notification-channels/onesignal/pull/55) & [#58](https://github.com/laravel-notification-channels/onesignal/pull/58)) |
| 10 | +- [Feature] Add support for silent messages ([#67](https://github.com/laravel-notification-channels/onesignal/pull/67)) |
| 11 | +- [Feature] Add support for setting a template ([#77](https://github.com/laravel-notification-channels/onesignal/pull/77)) |
| 12 | +- [Feature] Allow sending to segments based on "included and excluded" ([#72](https://github.com/laravel-notification-channels/onesignal/pull/72)) |
| 13 | +- [Feature] Allow sending to external user IDs ([#86](https://github.com/laravel-notification-channels/onesignal/pull/86)) |
| 14 | + |
4 | 15 | ## 1.2.0 - 2018-03-09 |
5 | | -- [Feature] Added targetting per Tags https://github.com/laravel-notification-channels/onesignal/pull/48 |
6 | | -- [Refactor] Implement payload Factory https://github.com/laravel-notification-channels/onesignal/pull/50 |
| 16 | +- [Feature] Added targetting per Tags ([#48](https://github.com/laravel-notification-channels/onesignal/pull/48)) |
| 17 | +- [Refactor] Implement payload Factory ([#50](https://github.com/laravel-notification-channels/onesignal/pull/50)) |
7 | 18 |
|
8 | 19 | ## 1.1.1 - 2018-02-09 |
9 | | -- [Feature] Added return for response after sending the message https://github.com/laravel-notification-channels/onesignal/pull/46 |
| 20 | +- [Feature] Added return for response after sending the message ([#46](https://github.com/laravel-notification-channels/onesignal/pull/46)) |
10 | 21 |
|
11 | 22 | ## 1.1.0 - 2018-01-08 |
12 | | -- Min. PHP Version is now PHP 7.0 and tests were executed on php 7.2 https://github.com/laravel-notification-channels/onesignal/pull/44 |
13 | | -- [Feature] Added possibility to send a Notification based on the User E-Mail https://github.com/laravel-notification-channels/onesignal/pull/40 |
14 | | -- [Feature] Added method to set any parameter on the message https://github.com/laravel-notification-channels/onesignal/pull/23 |
15 | | -- [Feature] Added method to set all image attachments at one https://github.com/laravel-notification-channels/onesignal/pull/42 |
| 23 | +- Min. PHP Version is now PHP 7.0 and tests were executed on php 7.2 ([#44](https://github.com/laravel-notification-channels/onesignal/pull/44)) |
| 24 | +- [Feature] Added possibility to send a Notification based on the User E-Mail ([#40](https://github.com/laravel-notification-channels/onesignal/pull/40)) |
| 25 | +- [Feature] Added method to set any parameter on the message ([23](https://github.com/laravel-notification-channels/onesignal/pull/23)) |
| 26 | +- [Feature] Added method to set all image attachments at once ([#42](https://github.com/laravel-notification-channels/onesignal/pull/42)) |
16 | 27 |
|
17 | 28 | ## 1.0.2 - 2018-01-03 |
18 | 29 |
|
19 | | -- add compatiblity for Laravel 5.5 |
| 30 | +- Add compatiblity for Laravel 5.5 |
20 | 31 |
|
21 | 32 | ## 1.0.0 - 2016-01-01 |
22 | 33 |
|
23 | | -- initial release |
| 34 | +- Initial release |
0 commit comments