File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
+ ## 0.12.5
6
+
7
+ ### Added
8
+
9
+ * Add testing on the newest PHP 8.1 to the CI config by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/465
10
+ * Allow Symfony 6 by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/464
11
+
12
+ ### Removed
13
+
14
+ * refac: remove AbstractController from EditInPlaceController by @gimler in https://github.com/php-translation/symfony-bundle/pull/459
15
+ * Stop extending AbstractController to fix some deprecations by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/460
16
+
17
+ ### Changed
18
+
19
+ * Use autowiring for SymfonyProfilerController by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/461
20
+ * Use a different image for PHP CS Fixer to get latest and upgrade config #471
21
+
22
+ ### Fixed
23
+
24
+ * Fix Cannot autowire service "php_translation.data_collector" error in… by @axi in https://github.com/php-translation/symfony-bundle/pull/463
25
+ * Fix yaml indentation to 4 spaces by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/462
26
+ * Fix for deprecated session service in Symfony 6 by @robbedg in https://github.com/php-translation/symfony-bundle/pull/468
27
+ * Fix return type and implement getCatalogues() https://github.com/php-translation/symfony-bundle/pull/470
28
+
5
29
## 0.12.4
6
30
7
31
### Fixed
You can’t perform that action at this time.
0 commit comments