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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,17 @@ Changelog
14
14
* 0.10.x: PhpStorm 7 (no support)
15
15
* 0.9.x: PhpStorm 6 (no support)
16
16
17
+
## 0.19.188
18
+
* Provide controller render navigation from PHP controller to its template (Daniel Espendiller) [#1418](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1418)
19
+
* Support user implementation resolving for Twig "app.user" usages (Daniel Espendiller) [#1416](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1416)
20
+
* Support multiple Twig global types on same variable like "app" (Daniel Espendiller) [#1415](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1415)
21
+
* Provide deprecated inspection for Twig token tags on PhpClass (Daniel Espendiller) [#1414](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1414)
22
+
* Support Twig functions in "for" statements (Daniel Espendiller) [#1413](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1413)
23
+
* Remove parent check for Twig tags to fix force implemented token TAG by PhpStorm like spaceless; support end tags to be navigation targets (Daniel Espendiller) [#1412](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1412)
24
+
* Fix template usage extraction issues with inline method reference using wrong type cast [#1410](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1410) (Daniel Espendiller)
25
+
* Support Twig function navigation inside IF statement (Daniel Espendiller) [#1408](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1408)
26
+
* Attempt to use new persistance namespaces without breaking BC (Jakub Caban) [#1407](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1407)
27
+
17
28
## 0.19.187
18
29
* Support shortcuts instances of "Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController" (Daniel Espendiller) [#1401](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1401)[#1405](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1405)
<li>Support indexing of template assignment expression for Twig template names (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1400">#1400</a></li>
6
-
<li>Added support for namespaced Twig classes (Marcel Rummens) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1394">#1394</a></li>
3
+
<li>Provide controller render navigation from PHP controller to its template (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1418">#1418</a></li>
4
+
<li>Support user implementation resolving for Twig "app.user" usages (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1416">#1416</a></li>
5
+
<li>Support multiple Twig global types on same variable like "app" (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1415">#1415</a></li>
6
+
<li>Provide deprecated inspection for Twig token tags on PhpClass (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1414">#1414</a></li>
7
+
<li>Support Twig functions in "for" statements (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1413">#1413</a></li>
8
+
<li>Remove parent check for Twig tags to fix force implemented token TAG by PhpStorm like spaceless; support end tags to be navigation targets (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1412">#1412</a></li>
9
+
<li>Fix template usage extraction issues with inline method reference using wrong type cast <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1410">#1410</a> (Daniel Espendiller)</li>
10
+
<li>Support Twig function navigation inside IF statement (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1408">#1408</a></li>
11
+
<li>Attempt to use new persistance namespaces without breaking BC (Jakub Caban) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1407">#1407</a></li>
0 commit comments