Skip to content

Commit 6fc281f

Browse files
committed
build 0.15.159
1 parent eeba8ed commit 6fc281f

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Changelog
1010
* 0.10.x: PhpStorm 7 (no support)
1111
* 0.9.x: PhpStorm 6 (no support)
1212

13+
## 0.15.159
14+
* Provide completion for named key parameter in xml files [#1052](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1052)
15+
* Reimplement Twig template name resolving to improve performance for large projects
16+
* Improve performance for instance check and drop very beginning Symfony2InterfacesUtil class
17+
* Allow multiple targets for routing name resolving
18+
* Add directory navigation for Twig templates [#1076](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1076)
19+
* Merge twig and yaml goto / navigation handler into one extension
20+
1321
## 0.15.158
1422
* [Shopware #meetnext] Add service argument updater via PHP intention
1523
* [SymfonyLive] Add support for indexed and named arguments [#998](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/998)

META-INF/plugin.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony Plugin</name>
4-
<version>0.15.158</version>
4+
<version>0.15.159</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -101,13 +101,12 @@
101101
<![CDATA[
102102
103103
<ul>
104-
<li>[Shopware #meetnext] Add service argument updater via PHP intention</li>
105-
<li>[SymfonyLive] Add support for indexed and named arguments <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/998">#998</a></li>
106-
<li>Improve support for class as id services in xml metadata</li>
107-
<li>Fix NPE for call to TranslationUtil.getTranslationLookupElementsOnDomain <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1067">#1067</a></li>
108-
<li>Allow array function like array_merge variables in template rendering variables completion <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1052">#1052</a></li>
109-
<li>Use Annotation plugin for template name DocBlock extraction and support "template" property</li>
110-
<li>Support includes in template rendering variables and fix function calls was detected as variable <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1052">#1052</a></li>
104+
<li>Provide completion for named key parameter in xml files <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1052">#1052</a></li>
105+
<li>Reimplement Twig template name resolving to improve performance for large projects</li>
106+
<li>Improve performance for instance check and drop very beginning Symfony2InterfacesUtil class</li>
107+
<li>Allow multiple targets for routing name resolving</li>
108+
<li>Add directory navigation for Twig templates <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1076">#1076</a></li>
109+
<li>Merge twig and yaml goto / navigation handler into one extension</li>
111110
</ul>
112111
113112
<br/>

0 commit comments

Comments
 (0)