File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ Changelog
1414* 0.10.x: PhpStorm 7 (no support)
1515* 0.9.x: PhpStorm 6 (no support)
1616
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+
1725## 0.19.190
1826* Support changes in path extraction for "twig.loader" (Daniel Espendiller)
1927* Support more use cases for compiled service path detection (Daniel Espendiller)
Original file line number Diff line number Diff line change 11< html >
22< 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 >
79</ ul >
810</ html >
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/Haehnchen/idea-php-symfony2-plugin" >
22 <id >fr.adrienbrault.idea.symfony2plugin</id >
33 <name >Symfony Support</name >
4- <version >0.19.190 </version >
4+ <version >0.19.191 </version >
55 <vendor email =" daniel@espendiller.net" url =" http://espend.de?p=fr.adrienbrault.idea.symfony2plugin" >espend_de</vendor >
66
77 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments