Skip to content

Releases: papertank/origami-push

5.1.0

30 Aug 13:32
Compare
Choose a tag to compare

Added new options config (fcm.options.android.notification_count_increments) for FCM to prevent setBadge from incrementing wrongly (see #1) - (PR #2)

5.0.0

18 Jul 12:52
Compare
Choose a tag to compare

Updated Fcm driver and config to use new Http v1 API (breaking change) - see https://github.com/papertank/origami-push/blob/master/UPGRADING.md#from-v4-to-v5 for upgrade guide.

4.5.0

01 Jun 12:41
Compare
Choose a tag to compare

Added Laravel 11.x support

4.4.0

23 Nov 11:43
Compare
Choose a tag to compare
  • Added data to FCM notification type.

4.3.0

16 Feb 15:25
Compare
Choose a tag to compare

Added Laravel 10.x support.

4.2.0

13 May 14:16
Compare
Choose a tag to compare

Support for Laravel 9.x

4.1.1

03 Jun 11:41
Compare
Choose a tag to compare
  • Fixed issue with PushChannel notifiable / getDevices single device.

4.1.0

29 Apr 17:01
Compare
Choose a tag to compare
  • Added new Apns\ClientFactory to fetch / set cached Pushok\Client
  • Updated Apns driver to use new ClientFactory (fixes APNS ExpiredProviderToken errors using queue).

4.0.0

30 Mar 16:57
da09e6a
Compare
Choose a tag to compare
  • Breaking change that updates the config and drivers for apns and fcm.
  • Includes edamov/pushok for APNs.
  • Updated config.
  • Deprecated methods in Origami\Push\PushNotification

3.0.0

13 Sep 18:33
Compare
Choose a tag to compare

Added Laravel 8.0 support.

Now requires Laravel 6.0 and newer. (Drops 5.8 and older)