Skip to content

Commit 15a695b

Browse files
committed
build 0.15.162
1 parent 66f4296 commit 15a695b

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

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

13+
## 0.15.162
14+
* Refactored Twig api in preparation for plugin split
15+
* Add Twig block name indexer to improve performance [#1091](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1091)
16+
* Rely on index for all block name relevant file visiting [#1091](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1091)
17+
* Improve Twig types support for inline type declaration {# @var Class variable #} and {# @var variable Class #} [#1035](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1035)
18+
1319
## 0.15.161
1420
* Allow path navigation for Twig templates in all php related navigation handler [#1076](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1076)
1521
* Fix translation auto-complete not working in Symfony Flex directory structure [#1096](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1096)

META-INF/plugin.xml

Lines changed: 5 additions & 5 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.161</version>
4+
<version>0.15.162</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -101,10 +101,10 @@
101101
<![CDATA[
102102
103103
<ul>
104-
<li>Allow path navigation for Twig templates in all php related navigation handler <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1076">#1076</a></li>
105-
<li>Fix translation auto-complete not working in Symfony Flex directory structure <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1096">#1096</a></li>
106-
<li>Refactoring form component to support more usages like extension navigation and self inheritance <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1098">#1098</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/695">#695</a></li>
107-
<li>[Form] Calling setDefault for data class does not associates form with binded class <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1048">#1048</a></li>
104+
<li>Refactored Twig api in preparation for plugin split</li>
105+
<li>Add Twig block name indexer to improve performance <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1091">#1091</a></li>
106+
<li>Rely on index for all block name relevant file visiting <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1091">#1091</a></li>
107+
<li>Improve Twig types support for inline type declaration {# @var Class variable #} and {# @var variable Class #} <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1035">#1035</a></li>
108108
</ul>
109109
110110
<br/>

0 commit comments

Comments
 (0)