File tree 3 files changed +15
-5
lines changed
src/main/resources/META-INF 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ Changelog
14
14
* 0.10.x: PhpStorm 7 (no support)
15
15
* 0.9.x: PhpStorm 6 (no support)
16
16
17
+ ## 0.19.191
18
+ * Filter out service id which are random like service\_ locator from compiled service container file (Daniel Espendiller)
19
+ * Replace CachedValuesManager#createCachedValue usage with direct fetch and build result API #getCachedValue (Daniel Espendiller)
20
+ * Take "controller.service\_ arguments" for yaml named arguments of controller binding into account (Daniel Espendiller)
21
+ * Support usage of translation domain adding "resource\_ files" compiled debug container (Daniel Espendiller)
22
+ * Refactored the compiled translation target handling based on container debug file (Daniel Espendiller)
23
+ * Provide better detection for translation directory inside based on the cached "translations" folder (Daniel Espendiller)
24
+
17
25
## 0.19.190
18
26
* Support changes in path extraction for "twig.loader" (Daniel Espendiller)
19
27
* Support more use cases for compiled service path detection (Daniel Espendiller)
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< ul >
3
- < li > Support changes in path extraction for "twig.loader" (Daniel Espendiller)</ li >
4
- < li > Support more use cases for compiled service path detection (Daniel Espendiller)</ li >
5
- < li > Provide relative path support for Twig paths configuration via yaml (Daniel Espendiller)</ li >
6
- < li > Provide support for compiled Symfony 4 / 5 route names (Daniel Espendiller)</ li >
3
+ < li > Filter out service id which are random like service_locator from compiled service container file (Daniel Espendiller)</ li >
4
+ < li > Replace CachedValuesManager#createCachedValue usage with direct fetch and build result API #getCachedValue (Daniel Espendiller)</ li >
5
+ < li > Take "controller.service_arguments" for yaml named arguments of controller binding into account (Daniel Espendiller)</ li >
6
+ < li > Support usage of translation domain adding "resource_files" compiled debug container (Daniel Espendiller)</ li >
7
+ < li > Refactored the compiled translation target handling based on container debug file (Daniel Espendiller)</ li >
8
+ < li > Provide better detection for translation directory inside based on the cached "translations" folder (Daniel Espendiller)</ li >
7
9
</ ul >
8
10
</ html >
Original file line number Diff line number Diff line change 1
1
<idea-plugin url =" https://github.com/Haehnchen/idea-php-symfony2-plugin" >
2
2
<id >fr.adrienbrault.idea.symfony2plugin</id >
3
3
<name >Symfony Support</name >
4
- <version >0.19.190 </version >
4
+ <version >0.19.191 </version >
5
5
<
vendor email =
" [email protected] " url =
" http://espend.de?p=fr.adrienbrault.idea.symfony2plugin" >espend_de</
vendor >
6
6
7
7
<description ><![CDATA[
You can’t perform that action at this time.
0 commit comments