File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
5- ## Unreleased
5+ ## 0.12.2
6+
7+ ### Added
8+
9+ - Support for PHP 8
10+
11+ ### Fixed
12+
13+ - Add missing command definition #412
14+ - Fix typo in Tests/Functional/app/config/framework.yaml #413
615
716### Removed
817
18+ - Support for Symfony 3
919- Support for PHP 7.1
1020
1121## 0.12.1
Original file line number Diff line number Diff line change @@ -9,25 +9,25 @@ services:
99 tags :
1010 - { name: console.command, command: translation:check-missing }
1111
12- Translation\Bundle\Command\DeleteObsoleteCommand :
12+ Translation\Bundle\Command\DeleteEmptyCommand :
1313 public : true
1414 arguments :
1515 - ' @Translation\Bundle\Service\StorageManager'
1616 - ' @Translation\Bundle\Service\ConfigurationManager'
1717 - ' @Translation\Bundle\Catalogue\CatalogueManager'
1818 - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
1919 tags :
20- - { name: console.command, command: translation:delete-obsolete }
20+ - { name: console.command, command: translation:delete-empty }
2121
22- Translation\Bundle\Command\DeleteEmptyCommand :
22+ Translation\Bundle\Command\DeleteObsoleteCommand :
2323 public : true
2424 arguments :
2525 - ' @Translation\Bundle\Service\StorageManager'
2626 - ' @Translation\Bundle\Service\ConfigurationManager'
2727 - ' @Translation\Bundle\Catalogue\CatalogueManager'
2828 - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
2929 tags :
30- - { name: console.command, command: translation:delete-empty }
30+ - { name: console.command, command: translation:delete-obsolete }
3131
3232 Translation\Bundle\Command\DownloadCommand :
3333 public : true
You can’t perform that action at this time.
0 commit comments