File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-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.4.0
6
+
7
+ Major improvements on this version. Be aware that the default format to store translation has changed to XLIFF 2.0. If you
8
+ run the extract command you will automatically get updated files.
9
+
10
+ ### Added
11
+
12
+ - More extractors from ` php-translation/extractor `
13
+ - Show status after extract command
14
+ - Added status command
15
+ - Support for PHPUnit6
16
+ - Support for ` php-translation/symfony-storage ` 0.3.0
17
+ - Using dumper and loader from ` php-translation/extractor `
18
+ - ` CatalogeCounter ` to show statistics about a catalogue.
19
+ - Lots of more tests. Test coverage increased from 27% to 69%.
20
+
21
+ ### Changed
22
+
23
+ - ` Importer ` returns an ` ImportResult ` value object
24
+ - Improved internal management of metadata. Introduced a new ` Metadata ` model
25
+ - Renamed ` MetadataAwareMerged ` to ` ReplaceOperation ` , read the class doc for the updated syntax.
26
+
27
+ ### Fixed
28
+
29
+ - Issue with WebProfiler's ` ClonerData ` on Symfony 3.3
30
+
31
+ ### Removed
32
+
33
+ - Removed ` WebUIMessage ` and ` EditInPlaceMessage ` . Use ` Message ` from ` php-translation/common ` instead
34
+ - Removed metadata related functions from ` CatalogueManager `
35
+
36
+ ### Changed
37
+
5
38
## 0.3.6
6
39
7
40
### Added
You can’t perform that action at this time.
0 commit comments