Skip to content

2.1.0

Choose a tag to compare

@ker0x ker0x released this 27 Jan 13:10
caadb94

Changelog (since 2.0.0)

  • 2.1.0 (2020-01)
    • Change class properties visibility from protected to private.
    • Add new configurations classes
      • Kerox\Fcm\Model\Message\Notification\AndroidNotification\Color::class
      • Kerox\Fcm\Model\Message\Notification\AndroidNotification\LightSettings::class
      • Kerox\Fcm\Model\Message\Notification\ApnsNotification\Sound::class
    • Add new options classes
      • Kerox\Fcm\Model\Message\Options\AndroidOptions::class
      • Kerox\Fcm\Model\Message\Options\ApnsOptions::class
      • Kerox\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(), type array is deprecated, use class Kerox\Fcm\Model\Message\Options\WebpushOptions::class instead.
    • Method Kerox\Fcm\Model\Message\AbstractNotification\Alert::setActionLocKey() is deprecated and will be removed in 3.0 with no replacement.