You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ Changelog
10
10
* 0.10.x: PhpStorm 7 (no support)
11
11
* 0.9.x: PhpStorm 6 (no support)
12
12
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
+
13
19
## 0.15.160
14
20
* Support donenv type cast syntax [#1080](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1080)
15
21
* Support finalized Symfony 3.4 ControllerTrait shortcuts
<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>
0 commit comments