File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ Please read about the future of the Firebase Admin PHP SDK on the
77
88## [ Unreleased]
99
10- ### Added
11-
12- * Re-added the ` #[SensitiveParameter] ` attribute because, while it's not supported in PHP 8.1, it can still be used
13- if placed in a standalone line above the variable or property.
10+ ## [ 7.21.2] - 2025-08-15
1411
1512### Fixed
1613
14+ * Re-added the ` #[SensitiveParameter] ` attribute because, while it's not supported in PHP 8.1, it can still be used
15+ if placed in a standalone line above the variable or property.
1716* Re-added support for JSON files with any file extension
17+ * With the introduction of Valinor, Service Account credentials were required to have more fields than necessary to
18+ work with the SDK, although it only needs the client email, private key, and project ID.
1819
1920## [ 7.21.1] - 2025-07-24
2021
@@ -389,7 +390,8 @@ See **[UPGRADE-7.0](UPGRADE-7.0.md) for more details on the changes between 6.x
389390
390391https://github.com/kreait/firebase-php/blob/6.9.6/CHANGELOG.md
391392
392- [ Unreleased ] : https://github.com/kreait/firebase-php/compare/7.21.1...7.x
393+ [ Unreleased ] : https://github.com/kreait/firebase-php/compare/7.21.2...7.x
394+ [ 7.21.2 ] : https://github.com/kreait/firebase-php/compare/7.21.1...7.21.2
393395[ 7.21.1 ] : https://github.com/kreait/firebase-php/compare/7.21.0...7.21.1
394396[ 7.21.0 ] : https://github.com/kreait/firebase-php/compare/7.20.0...7.21.0
395397[ 7.20.0 ] : https://github.com/kreait/firebase-php/compare/7.19.0...7.20.0
You can’t perform that action at this time.
0 commit comments