File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## [ 7.0.0] (Unreleased)
3
+ ## [ 7.0.0]
4
4
5
5
The most notable change is that you need PHP 8.1/8.2 to use the new version. The language migration of
6
6
the SDK introduces breaking changes concerning the strictness of parameter types almost everywhere in
@@ -11,7 +11,7 @@ This release adds many more PHPDoc annotations to support the usage of Static An
11
11
and Psalm and moves away from doing runtime checks. It is strongly recommended to use a Static Analysis
12
12
Tool and ensure that input values are validated before handing them over to the SDK.
13
13
14
- ## Added features
14
+ ### Added features
15
15
16
16
* Added support for verifying Firebase App Check Tokens. ([ #747 ] ( https://github.com/kreait/firebase-php/pull/747 ) )
17
17
@@ -28,6 +28,5 @@ See **[UPGRADE-7.0](UPGRADE-7.0.md) for more details on the changes between 6.x
28
28
29
29
https://github.com/kreait/firebase-php/blob/6.x/CHANGELOG.md
30
30
31
- <!-- [Unreleased]: https://github.com/kreait/firebase-php/tree/7.x -->
32
- <!-- [7.0.0]: https://github.com/kreait/firebase-php/releases/tag/7.0.0 -->
33
- [ 7.0.0 ] : https://github.com/kreait/firebase-php/tree/7.x
31
+ [ Unreleased ] : https://github.com/kreait/firebase-php/tree/7.x
32
+ [ 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