Skip to content

Commit 02bcf0e

Browse files
authored
Prepare release v0.12.5 (#469)
* Prepare release v0.12.5 * Add new PR that was just merged * Mention another merged PR about new PHP CS Fixer image
1 parent 830cc04 commit 02bcf0e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

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+
529
## 0.12.4
630

731
### Fixed

0 commit comments

Comments
 (0)