File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 5.26.2]
6
+ ### Fixed
7
+ * Nested lists in custom user claims were not correctly encoded.
8
+ ([ #699 ] ( https://github.com/kreait/firebase-php/pull/699 ) )
9
+
5
10
## [ 5.26.1] - 2022-01-16
6
11
### Fixed
7
12
* When signing in with IdP credentials a user's Firebase UID is retrieved from the returned ` localId ` field, if present
@@ -334,7 +339,8 @@ to upgrade from a 4.x release to 5.0 without changes to your code.**
334
339
* Support for PHP ` <7.2 `
335
340
* Deprecated methods and classes
336
341
337
- [ Unreleased ] : https://github.com/kreait/firebase-php/compare/5.26.1...5.x
342
+ [ Unreleased ] : https://github.com/kreait/firebase-php/compare/5.26.2...5.x
343
+ [ 5.26.2 ] : https://github.com/kreait/firebase-php/compare/5.26.1...5.26.2
338
344
[ 5.26.1 ] : https://github.com/kreait/firebase-php/compare/5.26.0...5.26.1
339
345
[ 5.26.0 ] : https://github.com/kreait/firebase-php/compare/5.25.0...5.26.0
340
346
[ 5.25.0 ] : https://github.com/kreait/firebase-php/compare/5.24.0...5.25.0
You can’t perform that action at this time.
0 commit comments