|
1 | 1 | <idea-plugin version="2" url="https://github.com/Haehnchen/idea-php-symfony2-plugin"> |
2 | 2 | <id>fr.adrienbrault.idea.symfony2plugin</id> |
3 | 3 | <name>Symfony2 Plugin</name> |
4 | | - <version>0.10.73</version> |
| 4 | + <version>0.10.74</version> |
5 | 5 | <vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
84 | 84 | <h2>Related Plugins</h2> |
85 | 85 | <ul> |
86 | 86 | <li><a href="http://plugins.jetbrains.com/plugin/7320">PHP Annotations</a></li> |
87 | | - <li><a href="http://plugins.jetbrains.com/plugin/7410">Shopware Plugin</a></li> |
88 | 87 | <li><a href="http://plugins.jetbrains.com/plugin/7487">Drupal Symfony2 Bridge</a></li> |
| 88 | + <li><a href="http://plugins.jetbrains.com/plugin/7532">Laravel Plugin</a></li> |
| 89 | + <li><a href="http://plugins.jetbrains.com/plugin/7410">Shopware Plugin</a></li> |
89 | 90 | </ul> |
90 | 91 |
|
91 | 92 | <h2><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/contributors">Contributors</a></h2> |
|
97 | 98 |
|
98 | 99 | <change-notes><![CDATA[ |
99 | 100 |
|
100 | | -0.11.x: PhpStorm 8 (upcoming)<br> |
101 | | -0.10.x: PhpStorm 7 (support until PhpStorm8 release)<br> |
| 101 | +0.11.x: PhpStorm 8<br> |
| 102 | +0.10.x: PhpStorm 7 (almost no support)<br> |
102 | 103 | 0.9.x: PhpStorm 6 (no support)<br> |
103 | 104 |
|
104 | 105 | <br> |
105 | 106 |
|
| 107 | +<h2>0.10.74 / 0.11.74</h2> |
| 108 | +<ul> |
| 109 | + <li>Add button in Settings to clean up plugin related indexes</li> |
| 110 | + <li>Add new isEnabledForIndex check, to not force a manually re-indexing for new projects after enabling plugin</li> |
| 111 | + <li>Add references for array methods inside EventSubscriberInterface returns</li> |
| 112 | + <li>Add completion for parameter in doctrine querybuilder "where" context</li> |
| 113 | + <li>Add support for variadic functions on doctrine querybuilder selects <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/357">#357</a></li> |
| 114 | + <li>Our heart method "isCallTo" now supports classes and methods instance checks which are not unique in project</li> |
| 115 | + <li>Cleanup quote wrapping in routes key names of yaml files</li> |
| 116 | + <li>Fix npe in annotation template collector <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/358">#358</a></li> |
| 117 | + <li>Fix npe in yaml parameter completion <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/359">#359</a></li> |
| 118 | + <li>Fix npe in symbole search for non project context <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/268">#268</a></li> |
| 119 | + <li>Fix out of range case in getParameterDefinition <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/368">#368</a></li> |
| 120 | +</ul> |
| 121 | +
|
106 | 122 | <h2>0.10.73 / 0.11.73</h2> |
107 | 123 | <ul> |
108 | 124 | <li>Fix npe in container parameter completion <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/351">#351</a></li> |
|
0 commit comments