Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 9021466

Browse files
committed
chore: release v1.7.0
1 parent 3256dc4 commit 9021466

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [v1.x.x] - YYYY-MM-DD
99

10+
## [v1.7.0] - 2022-03-11
11+
1012
- Make topics more extendable and fix topicsToFcm
1113
- Support laravel `9`
1214
- Drop support for Laravel `5.{1,2,3,4,5}`
1315
- Set the minium PHP version allowed to `7.1.3` like Laravel `5.6`
16+
- Improve phpdoc blocs for easier phpstan analysis
1417

1518
## [v1.6.2] - 2021-04-03
1619

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
- PHP `7.1.3` to `8.1.3`
1414
- Laravel `5.6` to `9`
1515

16+
### Legacy
17+
18+
- PHP `^5.5.9` and Laravel `5.{1,2,3,4,5}` can still be used with old `1.6` versions by using `"code-lts/laravel-fcm": "1.6.*"`
19+
1620
## Introduction
1721

1822
Laravel-FCM is an easy to use package working with both Laravel and Lumen for sending push notification with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/) (FCM).

0 commit comments

Comments
 (0)