Skip to content

Commit eee2c11

Browse files
committed
build 0.15.161
1 parent 3a77bbc commit eee2c11

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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.161
14+
* Allow path navigation for Twig templates in all php related navigation handler [#1076](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1076)
15+
* Fix translation auto-complete not working in Symfony Flex directory structure [#1096](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1096)
16+
* Refactoring form component to support more usages like extension navigation and self inheritance [#1098](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1098) [#695](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/695)
17+
* [Form] Calling setDefault for data class does not associates form with binded class [#1048](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1048)
18+
1319
## 0.15.160
1420
* Support donenv type cast syntax [#1080](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1080)
1521
* Support finalized Symfony 3.4 ControllerTrait shortcuts

META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -101,11 +101,10 @@
101101
<![CDATA[
102102
103103
<ul>
104-
<li>Support donenv type cast syntax <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1080">#1080</a></li>
105-
<li>Support finalized Symfony 3.4 ControllerTrait shortcuts</li>
106-
<li>Provide add better "app" folder detection and add more tests for</li>
107-
<li>Support absolute path in Twig templates; optimize path resolving</li>
108-
<li>Add _fragment route parameter as always available <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1086">#1086</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1071">#1071</a> @cedricziel</li>
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>
109108
</ul>
110109
111110
<br/>

0 commit comments

Comments
 (0)