Skip to content

Releases: besanek/laravel-firebase-notifications

v5.1.0

09 Apr 08:21

Choose a tag to compare

What's Changed

  • Add GitHub Actions workflow with PHP/Laravel test matrix by @besanek in #4
  • Add Laravel 13 compatibility by @besanek in #5
  • Add PHP 8.5 support, exclude unsupported Laravel 11 + PHP 8.5 combo by @besanek in #6

Full Changelog: v5.0.0...v5.1.0

v5.0.0

19 Feb 08:22
be5e836

Choose a tag to compare

v5.0.0 — Breaking Changes

Breaking Changes

  • Dropped support for Laravel 10 — minimum is now Laravel 11
  • Dropped support for PHP 8.0 and 8.1 — minimum is now PHP 8.2
  • Dropped support for kreait/laravel-firebase v5 and v6 due to security vulnerabilities — v7.0 is now required

v4.2.1

21 Mar 12:41

Choose a tag to compare

  • Fix compatibility with Laravel 12

v4.2.0

10 Mar 10:41

Choose a tag to compare

Bump dependencies for Laravel 12

v4.1.0

24 Apr 10:18
80cd4bc

Choose a tag to compare

Bump dependencies for Laravel 11

Supported and required of Laravel 10

16 Mar 09:04
87715df

Choose a tag to compare

V3.0.0

09 Feb 10:12

Choose a tag to compare

  • Supported and required of Laravel 9

v2.0.0

30 Sep 14:02

Choose a tag to compare

v1.1.0

14 Nov 08:07

Choose a tag to compare

Added

  • Support for Laravel 6.x

v1.0.1

27 Jul 14:16

Choose a tag to compare

Fixed

  • Notification is not pass to notifiable route