|
5 | 5 | ## [5.7.0] |
6 | 6 |
|
7 | 7 | * Added support for PHP 8.5 and Symfony 8 |
8 | | - ([#74](https://github.com/kreait/firebase-bundle/pull/74)) |
| 8 | + ([#74](https://github.com/beste/firebase-bundle/pull/74)) |
9 | 9 |
|
10 | 10 | ## [5.6.0] |
11 | 11 |
|
12 | 12 | * Make services lazy to instantiate them only when they are actually used |
13 | | - ([#66](https://github.com/kreait/firebase-bundle/pull/66)) |
| 13 | + ([#66](https://github.com/beste/firebase-bundle/pull/66)) |
14 | 14 |
|
15 | 15 | ## [5.5.0] - 2024-10-16 |
16 | 16 |
|
17 | 17 | * Added support for PHP 8.4 |
18 | | - ([#64](https://github.com/kreait/firebase-bundle/pull/64)) |
| 18 | + ([#64](https://github.com/beste/firebase-bundle/pull/64)) |
19 | 19 |
|
20 | 20 | ## [5.4.0] - 2024-07-08 |
21 | 21 |
|
22 | 22 | * Added the ability to override the project id |
23 | | - ([#63](https://github.com/kreait/firebase-bundle/pull/63)) |
| 23 | + ([#63](https://github.com/beste/firebase-bundle/pull/63)) |
24 | 24 |
|
25 | 25 | ## [5.3.0] - 2024-05-28 |
26 | 26 |
|
27 | 27 | * Added Support for overriding the `ProjectFactory` |
28 | | - ([#60](https://github.com/kreait/firebase-bundle/pull/60)) |
| 28 | + ([#60](https://github.com/beste/firebase-bundle/pull/60)) |
29 | 29 |
|
30 | 30 | ## [5.2.0] - 2023-11-30 |
31 | 31 |
|
32 | 32 | * Added Support for AppCheck |
33 | | - ([#54](https://github.com/kreait/firebase-bundle/pull/53)) |
| 33 | + ([#54](https://github.com/beste/firebase-bundle/pull/53)) |
34 | 34 |
|
35 | 35 | ## [5.1.1] - 2023-11-30 |
36 | 36 |
|
37 | 37 | * Actually support Symfony 7 |
38 | | - ([#53](https://github.com/kreait/firebase-bundle/pull/53)) |
| 38 | + ([#53](https://github.com/beste/firebase-bundle/pull/53)) |
39 | 39 |
|
40 | 40 | ## [5.1.0] - 2023-11-30 |
41 | 41 |
|
42 | 42 | * Added support for PHP 8.3 and Symfony 7 |
43 | | - ([#52](https://github.com/kreait/firebase-bundle/pull/52)) |
| 43 | + ([#52](https://github.com/beste/firebase-bundle/pull/52)) |
44 | 44 |
|
45 | 45 | ## [5.0.0] - 2023-01-13 |
46 | 46 |
|
|
52 | 52 | ### Added |
53 | 53 |
|
54 | 54 | * Extra aliases have been added to make it easier to work with multiple projects. |
55 | | - ([#41](https://github.com/kreait/firebase-bundle/pull/41)) |
| 55 | + ([#41](https://github.com/beste/firebase-bundle/pull/41)) |
56 | 56 |
|
57 | 57 | ## [4.0.0] - 2022-01-09 |
58 | 58 |
|
@@ -94,7 +94,7 @@ This is a release with breaking changes. Please review the following changes and |
94 | 94 | ## [2.4.0] - 2021-04-14 |
95 | 95 | ### Added |
96 | 96 | * Added configuration option `tenant_id` to make a project tenant aware. |
97 | | - ([#31](https://github.com/kreait/firebase-bundle/pull/31)) |
| 97 | + ([#31](https://github.com/beste/firebase-bundle/pull/31)) |
98 | 98 |
|
99 | 99 | ### Changed |
100 | 100 | * The bundle now requires at least version 5.17.1 of the Firebase PHP SDK |
@@ -127,21 +127,21 @@ This is a release with breaking changes. Please review the following changes and |
127 | 127 | * Removed Support for `kreait/firebase-php:<5.0` |
128 | 128 | * Removed project aliases |
129 | 129 |
|
130 | | -[Unreleased]: https://github.com/kreait/firebase-bundle/compare/5.4.0...HEAD |
131 | | -[5.4.0]: https://github.com/kreait/firebase-bundle/compare/5.3.0...5.4.0 |
132 | | -[5.3.0]: https://github.com/kreait/firebase-bundle/compare/5.2.0...5.3.0 |
133 | | -[5.2.0]: https://github.com/kreait/firebase-bundle/compare/5.1.1...5.2.0 |
134 | | -[5.1.1]: https://github.com/kreait/firebase-bundle/compare/5.1.0...5.1.1 |
135 | | -[5.1.0]: https://github.com/kreait/firebase-bundle/compare/5.0.0...5.1.0 |
136 | | -[5.0.0]: https://github.com/kreait/firebase-bundle/compare/4.1.0...5.0.0 |
137 | | -[4.1.0]: https://github.com/kreait/firebase-bundle/compare/4.0.0...4.1.0 |
138 | | -[4.0.0]: https://github.com/kreait/firebase-bundle/compare/3.1.0...4.0.0 |
139 | | -[3.1.0]: https://github.com/kreait/firebase-bundle/compare/3.0.0...3.1.0 |
140 | | -[3.0.0]: https://github.com/kreait/firebase-bundle/compare/2.6.0...3.0.0 |
141 | | -[2.6.0]: https://github.com/kreait/firebase-bundle/compare/2.5.0...2.6.0 |
142 | | -[2.5.0]: https://github.com/kreait/firebase-bundle/compare/2.4.0...2.5.0 |
143 | | -[2.4.0]: https://github.com/kreait/firebase-bundle/compare/2.3.0...2.4.0 |
144 | | -[2.3.0]: https://github.com/kreait/firebase-bundle/compare/2.2.0...2.3.0 |
145 | | -[2.2.0]: https://github.com/kreait/firebase-bundle/compare/2.1.0...2.2.0 |
146 | | -[2.1.0]: https://github.com/kreait/firebase-bundle/compare/2.0.0...2.1.0 |
147 | | -[2.0.0]: https://github.com/kreait/firebase-bundle/releases/tag/2.0.0 |
| 130 | +[Unreleased]: https://github.com/beste/firebase-bundle/compare/5.4.0...HEAD |
| 131 | +[5.4.0]: https://github.com/beste/firebase-bundle/compare/5.3.0...5.4.0 |
| 132 | +[5.3.0]: https://github.com/beste/firebase-bundle/compare/5.2.0...5.3.0 |
| 133 | +[5.2.0]: https://github.com/beste/firebase-bundle/compare/5.1.1...5.2.0 |
| 134 | +[5.1.1]: https://github.com/beste/firebase-bundle/compare/5.1.0...5.1.1 |
| 135 | +[5.1.0]: https://github.com/beste/firebase-bundle/compare/5.0.0...5.1.0 |
| 136 | +[5.0.0]: https://github.com/beste/firebase-bundle/compare/4.1.0...5.0.0 |
| 137 | +[4.1.0]: https://github.com/beste/firebase-bundle/compare/4.0.0...4.1.0 |
| 138 | +[4.0.0]: https://github.com/beste/firebase-bundle/compare/3.1.0...4.0.0 |
| 139 | +[3.1.0]: https://github.com/beste/firebase-bundle/compare/3.0.0...3.1.0 |
| 140 | +[3.0.0]: https://github.com/beste/firebase-bundle/compare/2.6.0...3.0.0 |
| 141 | +[2.6.0]: https://github.com/beste/firebase-bundle/compare/2.5.0...2.6.0 |
| 142 | +[2.5.0]: https://github.com/beste/firebase-bundle/compare/2.4.0...2.5.0 |
| 143 | +[2.4.0]: https://github.com/beste/firebase-bundle/compare/2.3.0...2.4.0 |
| 144 | +[2.3.0]: https://github.com/beste/firebase-bundle/compare/2.2.0...2.3.0 |
| 145 | +[2.2.0]: https://github.com/beste/firebase-bundle/compare/2.1.0...2.2.0 |
| 146 | +[2.1.0]: https://github.com/beste/firebase-bundle/compare/2.0.0...2.1.0 |
| 147 | +[2.0.0]: https://github.com/beste/firebase-bundle/releases/tag/2.0.0 |
0 commit comments