Skip to content

Releases: Alymosul/laravel-exponent-push-notifications

Laravel 10

12 May 18:27
216b72e

Choose a tag to compare

  • Support Laravel v10 #93

v3.0.0

23 Jun 10:43
933205d

Choose a tag to compare

Added

  • Support to Laravel 9.x #84

Changed

  • Drop support for older Laravel versions

v2.4.0

09 Sep 10:36
10ed7ba

Choose a tag to compare

Changed

  • Update exponent-server-sdk-php package to v1.3

2.3.0

11 Mar 13:14
a545cf4

Choose a tag to compare

Added

  • Allow middleware to be configurable through config. #70
  • Support PHP8 #72

2.2.0

27 Sep 20:42
ad1c051

Choose a tag to compare

  • Add support for Laravel 8
  • Allow events to be configurable through config
  • Allow developers to change the notification priority parameter as Expo documentation
  • Debug option is now configurable.

2.1.0

06 Apr 18:42
e378701

Choose a tag to compare

  • Support for Laravel 7.x.x
  • Changed channelID to be optional

2.0.0

15 Nov 13:41
2579fea

Choose a tag to compare

Added

  • Support for Laravel 6+

v1.7.0

23 Apr 09:11
1402aee

Choose a tag to compare

Added

  • Added support for Laravel 5.8 and dropped support for <5.4

v1.6.0

25 Feb 10:23
72c6e17

Choose a tag to compare

Added:

  • Set a message title

v1.5

27 Sep 13:05
ba9dd51

Choose a tag to compare

Added:

  • Storing multiple tokens for a single notifiable.
  • Deleting a certain token.
  • Package Auto-discovery.
  • Laravel 5.7 support.