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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ Changelog
14
14
* 0.10.x: PhpStorm 7 (no support)
15
15
* 0.9.x: PhpStorm 6 (no support)
16
16
17
+
## 0.19.189
18
+
* Provide resolving of Twig globals and variables with multiple types and targets (Daniel Espendiller) [#1421](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1421)
19
+
* Support also "yaml" for config files to extract the globals (Daniel Espendiller) [#1420](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1420)
20
+
17
21
## 0.19.188
18
22
* Provide controller render navigation from PHP controller to its template (Daniel Espendiller) [#1418](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1418)
19
23
* Support user implementation resolving for Twig "app.user" usages (Daniel Espendiller) [#1416](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1416)
<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>
3
+
<li>Provide resolving of Twig globals and variables with multiple types and targets (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1421">#1421</a></li>
4
+
<li>Support also "yaml" for config files to extract the globals (Daniel Espendiller) <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1420">#1420</a></li>
0 commit comments