File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
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.6.0
6
+
7
+ ### Added
8
+
9
+ - Support for Symfony 4
10
+ - Support for ` desc ` Twig filter
11
+ - Support for extract/update only for one bundle
12
+
13
+ ### Fixed
14
+
15
+ - Dump configuration reference
16
+ - Improved statistics on WebUI
17
+
18
+ ### Changed
19
+
20
+ - Commands are registered as services
21
+ - ` EditInPlaceResponseListener::__construct ` uses ` UrlGeneratorInterface ` instead of the concreate class ` Router `
22
+ - The ` php_translation.edit_in_place.activator ` service is public
23
+
5
24
## 0.5.0
6
25
7
26
### Added
Original file line number Diff line number Diff line change 52
52
},
53
53
"extra" : {
54
54
"branch-alias" : {
55
- "dev-master" : " 0.4 -dev"
55
+ "dev-master" : " 0.7 -dev"
56
56
}
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments