22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
5+ ## 0.10.0
6+
7+ ## Added
8+
9+ - Support for Symfony 5.
10+ - PHP 7 type hints.
11+ - Allow user to configure a custom dumper.
12+
13+ ### Changed
14+
15+ - Use class names as service ids. Old service ids will still be available as aliases.
16+ - Renamed all ` *.yml ` files to ` *.yaml ` .
17+
18+ ### Removed
19+
20+ - Support for PHP < 7.2
21+ - Support for Symfony < 3.4
22+ - Support for php-translation/extractor 1.0 (including Twig 1 support)
23+
524## 0.9.1
625
726### Fixed
@@ -70,40 +89,40 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
7089### Changed
7190
7291- The ` FallbackTranslator ` will not try to translate to an empty locale. This could be considered as a BC break
73- since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
92+ since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
7493
7594## 0.7.0
7695
7796### Added
7897
7998- Support for ` php-translation/common:0.3 ` and ` php-translation/symfony-storage:0.5 `
80- - Support for dumping to .po files.
99+ - Support for dumping to .po files.
81100- Support for ` SourceLocation ` 's context key ` translation ` which adds a default translation to the ` Message ` .
82101- Better respect blacklist and whitelist in ` CatalogueFetcher ` .
83102
84103### Fixed
85104
86105- Bug with config option ` local_file_storage_options ` not being used.
87- - Bug with edit-in-place and custom activator.
106+ - Bug with edit-in-place and custom activator.
88107
89108### Changed
90109
91- - The "desc" filter will be used as default translation when extracting.
110+ - The "desc" filter will be used as default translation when extracting.
92111
93112## 0.6.2
94113
95- ### Added
114+ ### Added
96115
97- - User feedback when you use DeleteObsoleteCommand.
116+ - User feedback when you use DeleteObsoleteCommand.
98117- Injecet depedencies in commands.
99118- Added argument for sync direction.
100119
101120### Changed
102121
103- - The service ` php_translation.storage.default ` is now public.
104- - The XliffDumper does not backup existing files before creating dump. This is the default behavior in
105- Symfony 4.
106-
122+ - The service ` php_translation.storage.default ` is now public.
123+ - The XliffDumper does not backup existing files before creating dump. This is the default behavior in
124+ Symfony 4.
125+
107126### Fixed
108127
109128- ` Metadata::$notes ` will not change when running ` Metadata::getAllInCategory() `
@@ -112,7 +131,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
112131
113132### Fixed
114133
115- -- Symfony 4 issues with the DownloadCommand.
134+ -- Symfony 4 issues with the DownloadCommand.
116135
117136## 0.6.0
118137
@@ -151,10 +170,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
151170- New ` --cache ` option on the ` translation:download ` allowing to clear the cache automatically if the downloaded translations have changed.
152171- Support for Yandex translator
153172
154- ### Fixed
173+ ### Fixed
155174
156175- Wrong paths in web profiler when using Twig2.x.
157- - Some JavaScript errors.
176+ - Some JavaScript errors.
158177
159178## 0.4.0
160179
0 commit comments