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 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
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
6
15
7
16
### Removed
8
17
18
+ - Support for Symfony 3
9
19
- Support for PHP 7.1
10
20
11
21
## 0.12.1
Original file line number Diff line number Diff line change @@ -9,25 +9,25 @@ services:
9
9
tags :
10
10
- { name: console.command, command: translation:check-missing }
11
11
12
- Translation\Bundle\Command\DeleteObsoleteCommand :
12
+ Translation\Bundle\Command\DeleteEmptyCommand :
13
13
public : true
14
14
arguments :
15
15
- ' @Translation\Bundle\Service\StorageManager'
16
16
- ' @Translation\Bundle\Service\ConfigurationManager'
17
17
- ' @Translation\Bundle\Catalogue\CatalogueManager'
18
18
- ' @Translation\Bundle\Catalogue\CatalogueFetcher'
19
19
tags :
20
- - { name: console.command, command: translation:delete-obsolete }
20
+ - { name: console.command, command: translation:delete-empty }
21
21
22
- Translation\Bundle\Command\DeleteEmptyCommand :
22
+ Translation\Bundle\Command\DeleteObsoleteCommand :
23
23
public : true
24
24
arguments :
25
25
- ' @Translation\Bundle\Service\StorageManager'
26
26
- ' @Translation\Bundle\Service\ConfigurationManager'
27
27
- ' @Translation\Bundle\Catalogue\CatalogueManager'
28
28
- ' @Translation\Bundle\Catalogue\CatalogueFetcher'
29
29
tags :
30
- - { name: console.command, command: translation:delete-empty }
30
+ - { name: console.command, command: translation:delete-obsolete }
31
31
32
32
Translation\Bundle\Command\DownloadCommand :
33
33
public : true
You can’t perform that action at this time.
0 commit comments