Skip to content

Releases: code-lts/Laravel-FCM

1.8.1

23 Mar 17:08
1.8.1
68b2836
Compare
Choose a tag to compare

Dear users, please read FCM API deprecation notice in #16
This may end up in this library be abandoned or continued but will require PHP 7.4 or earlier, see #22

1.8.0

16 Jan 12:20
1.8.0
fbe3759
Compare
Choose a tag to compare
  • Support Laravel 10
  • Allow monolog/monolog ^3.2
  • Composer archive exclude /tests and /phpunit.xml
  • Enable multiple FCM account support by adding new optional parameters $serverKey, $senderId to some top functions (#21) by @anujgandhi
  • Implement retryAfter protected property on BaseResponse class and add getRetryAfterHeaderValue function (#20) by @quyle92
  • Improve the ServerResponseException class

1.7.1

04 May 16:55
1.7.1
4caeb22
Compare
Choose a tag to compare

1.7.1

  • Fixed #19 - detection of Retry-After header in ServerResponseException class and it's phpdoc

1.7.0

10 Mar 23:43
1.7.0
9021466
Compare
Choose a tag to compare

1.7.0

  • Make topics more extendable and fix topicsToFcm (#17) by @Stevemoretz
  • Support Laravel 9 #18
  • Drop support for Laravel 5.{1,2,3,4,5}
  • Set the minium PHP version allowed to 7.1.3 like Laravel 5.6
  • Improve phpdoc blocs for easier phpstan analysis

1.6.2

03 Apr 20:01
1.6.2
bbf3ea3
Compare
Choose a tag to compare

1.6.2

  • Set FCMManager::getContainer public for new laravel versions (e69a429)

1.6.1

18 Feb 00:35
1.6.1
93d2361
Compare
Choose a tag to compare

1.6.1

1.6.0

24 Nov 23:41
1.6.0
677c4d0
Compare
Choose a tag to compare

1.6.0

  • Support laravel 8
  • Support illuminate/support 8
  • Support guzzlehttp/guzzle 7
  • Add support for setDirectBootOk on OptionsBuilder
  • Mark setDryRun as deprecated v1 FCM on OptionsBuilder
  • Add Topics Creation And Subscription (#5)
  • Drop dev dependency mockery/mockery
  • Update rendered documentation
  • Exclude doc folder from composer tarballs
  • Add support for fcmOptions (#3)

1.5.0

29 Aug 10:22
1.5.0
fc2c9a8
Compare
Choose a tag to compare
  • Add support for images on PayloadNotificationBuilder
  • Fix phpdoc errors reported on phpstan level 2 and 3
  • Add logger injection

1.4.0

06 Aug 09:44
1.4.0
71fad7c
Compare
Choose a tag to compare
  • Support laravel 7
  • Re-write ci to use GitHub actions
  • Update package to @code-lts
  • Replace coveralls by codecov
  • Remove composer lock file
  • Make test suite run from phpunit 5 to 9
  • Update README.md
  • Add a CHANGELOG.md
  • Add a .gitattributes file

1.3.1

06 Aug 09:42
Compare
Choose a tag to compare
  • Allow monolog/monolog:^2.0