2.1.0
Changelog (since 2.0.0)
- 2.1.0 (2020-01)
- Change class properties visibility from
protectedtoprivate. - Add new configurations classes
Kerox\Fcm\Model\Message\Notification\AndroidNotification\Color::classKerox\Fcm\Model\Message\Notification\AndroidNotification\LightSettings::classKerox\Fcm\Model\Message\Notification\ApnsNotification\Sound::class
- Add new options classes
Kerox\Fcm\Model\Message\Options\AndroidOptions::classKerox\Fcm\Model\Message\Options\ApnsOptions::classKerox\Fcm\Model\Message\Options\WebpushOptions::class
Kerox\Fcm\Model\Message\Notification\AndroidNotification::class: add new properties$channelId$ticker$sticky$eventTime$localOnly$notificationPriority$defaultSound$defaultVibrateTimings$defaultLightSettings$vibrateTimings$visibility$lightSettings$image
Kerox\Fcm\Model\Message\Notification\ApnsNotification\Alert::class: add new properties$subTitle$subTitleLocKey$subTitleLocArgs
Kerox\Fcm\Model\Message\Android::class: add new property$options.Kerox\Fcm\Model\Message\Apns::class: add new property$options.- Method
Kerox\Fcm\Model\Message\Webpush::setOptions(), typearrayis deprecated, use classKerox\Fcm\Model\Message\Options\WebpushOptions::classinstead. - Method
Kerox\Fcm\Model\Message\AbstractNotification\Alert::setActionLocKey()is deprecated and will be removed in 3.0 with no replacement.
- Change class properties visibility from