File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 7.0.1] - 2023-01-24
6
+
5
7
### Fixed
6
8
7
9
* When trying to work with unknown FCM tokens, errors returned from the Messaging REST API were not passed to
8
10
the ` NotFound ` exception, which prevented the inspection of further details.
9
11
([ #760 ] ( https://github.com/kreait/firebase-php/pull/760 ) )
10
12
11
- ## [ 7.0.0]
13
+ ## [ 7.0.0] - 2022-12-20
12
14
13
15
The most notable change is that you need PHP 8.1/8.2 to use the new version. The language migration of
14
16
the SDK introduces breaking changes concerning the strictness of parameter types almost everywhere in
@@ -36,5 +38,6 @@ See **[UPGRADE-7.0](UPGRADE-7.0.md) for more details on the changes between 6.x
36
38
37
39
https://github.com/kreait/firebase-php/blob/6.x/CHANGELOG.md
38
40
39
- [ Unreleased ] : https://github.com/kreait/firebase-php/tree/7.x
41
+ [ Unreleased ] : https://github.com/kreait/firebase-php/compare/7.0.1...7.x
42
+ [ 7.0.1 ] : https://github.com/kreait/firebase-php/compare/7.0.0...7.0.1
40
43
[ 7.0.0 ] : https://github.com/kreait/firebase-php/releases/tag/7.0.0
You can’t perform that action at this time.
0 commit comments