You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,38 @@ The Fcm library follows [SemVer](http://semver.org/).
4
4
5
5
## 2.x
6
6
7
-
Version `2.x` of this library is a full rewrite to be compliant with [HTTP v1 API](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages). If you are on Legacy HTTP API, then you should consider using version `1.x`
7
+
Version `2.x` of this library is a full rewrite to be compliant with [HTTP v1 API](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages). If
8
+
you are on Legacy HTTP API, then you should consider using version `1.x`
-`Kerox\Fcm\Model\Message\Notification\AndroidNotification::class`: add new properties
38
+
-`Kerox\Fcm\Model\Message\Notification\AndroidNotification::class`: add new properties
22
39
*`$channelId`
23
40
*`$ticker`
24
41
*`$sticky`
@@ -32,13 +49,14 @@ Version `2.x` of this library is a full rewrite to be compliant with [HTTP v1 AP
32
49
*`$visibility`
33
50
*`$lightSettings`
34
51
*`$image`
35
-
-`Kerox\Fcm\Model\Message\Notification\ApnsNotification\Alert::class`: add new properties
52
+
-`Kerox\Fcm\Model\Message\Notification\ApnsNotification\Alert::class`: add new properties
36
53
*`$subTitle`
37
54
*`$subTitleLocKey`
38
55
*`$subTitleLocArgs`
39
56
-`Kerox\Fcm\Model\Message\Android::class`: add new property `$options`.
40
57
-`Kerox\Fcm\Model\Message\Apns::class`: add new property `$options`.
41
-
- Method `Kerox\Fcm\Model\Message\Webpush::setOptions()`, type `array` is deprecated, use class `Kerox\Fcm\Model\Message\Options\WebpushOptions::class` instead.
58
+
- Method `Kerox\Fcm\Model\Message\Webpush::setOptions()`, type `array` is deprecated, use class `Kerox\Fcm\Model\Message\Options\WebpushOptions::class`
59
+
instead.
42
60
- Method `Kerox\Fcm\Model\Message\AbstractNotification\Alert::setActionLocKey()` is deprecated and will be removed in 3.0 with no replacement.
0 commit comments