Skip to content

Commit 0c137c8

Browse files
committed
build 0.19.189
1 parent 8c5446e commit 0c137c8

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Changelog
1414
* 0.10.x: PhpStorm 7 (no support)
1515
* 0.9.x: PhpStorm 6 (no support)
1616

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+
1721
## 0.19.188
1822
* Provide controller render navigation from PHP controller to its template (Daniel Espendiller) [#1418](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1418)
1923
* Support user implementation resolving for Twig "app.user" usages (Daniel Espendiller) [#1416](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1416)
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
<html>
22
<ul>
3-
<li>Provide controller render navigation from PHP controller to its template (Daniel Espendiller) <a href="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) <a href="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) <a href="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) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1414">#1414</a></li>
7-
<li>Support Twig functions in "for" statements (Daniel Espendiller) <a href="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) <a href="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 <a href="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) <a href="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) <a href="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) <a href="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) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1420">#1420</a></li>
125
</ul>
136
</html>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
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 Support</name>
4-
<version>0.19.188</version>
4+
<version>0.19.189</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)