File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ Changelog
660.10.x: PhpStorm 7 (support until PhpStorm8 release)
770.9.x: PhpStorm 6 (no support)
88
9+ ### 0.10.73 / 0.11.73
10+ * Fix npe in container parameter completion #351
11+ * Add route requirements and options completion for yaml files
12+
13+ ### 0.10.72 / 0.11.72
14+ * Replace Form array options references with goto provider for performance improvements
15+ * Support service container in library paths #347
16+ * Use indexer for service parameter references to support weak file
17+
918### 0.10.71 / 0.11.71
1019* Fix whitespace pattern in twig function pattern #340
1120* Fixed typo in service generator "tags" should be "tag" on xml files #338
Original file line number Diff line number Diff line change 11<idea-plugin version =" 2" url =" https://github.com/Haehnchen/idea-php-symfony2-plugin" >
22 <id >fr.adrienbrault.idea.symfony2plugin</id >
33 <name >Symfony2 Plugin</name >
4- <version >0.10.72 </version >
4+ <version >0.10.73 </version >
55 <vendor email =" daniel@espendiller.net" url =" http://espend.de" >Daniel Espendiller</vendor >
66
77 <description ><![CDATA[
103103
104104<br>
105105
106+ <h2>0.10.73 / 0.11.73</h2>
107+ <ul>
108+ <li>Fix npe in container parameter completion <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/351">#351</a></li>
109+ <li>Add route requirements and options completion for yaml files</li>
110+ </ul>
111+
106112<h2>0.10.72 / 0.11.72</h2>
107113<ul>
108114 <li>Replace Form array options references with goto provider for performance improvements</li>
You can’t perform that action at this time.
0 commit comments