Skip to content

4.0.0

Compare
Choose a tag to compare
@dwightwatson dwightwatson released this 29 Oct 22:35
· 32 commits to master since this release

This new major version includes breaking changes. We remove support for older versions of Laravel and PHP, adopt new PHP syntax, clean up a lot of boilerplate and improve test coverage. Support for using custom Firebase connections on-demand has also been greatly improved giving more control where required.

Please review the CHANGELOG and docs for changes, specifically related to:

  • Building an FcmMessage object (new arguments and less resource classes), and
  • Handling notification failures (you will now receive the underlying report to handle as you need).