Skip to content

Commit da0e60f

Browse files
committed
Release 5.26.2
1 parent 83f69b5 commit da0e60f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

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+
510
## [5.26.1] - 2022-01-16
611
### Fixed
712
* 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.**
334339
* Support for PHP `<7.2`
335340
* Deprecated methods and classes
336341

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
338344
[5.26.1]: https://github.com/kreait/firebase-php/compare/5.26.0...5.26.1
339345
[5.26.0]: https://github.com/kreait/firebase-php/compare/5.25.0...5.26.0
340346
[5.25.0]: https://github.com/kreait/firebase-php/compare/5.24.0...5.25.0

0 commit comments

Comments
 (0)