Skip to content

Commit 6b2de47

Browse files
committed
build 0.19.188
1 parent 7917fdb commit 6b2de47

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

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

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+
1728
## 0.19.187
1829
* 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)
1930
* Support Symfony5 / DoctrineBundle 2 persistence library interface (Daniel Espendiller) [#1401](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1401) [#1404](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1404)
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<html>
22
<ul>
3-
<li>Support shortcuts instances of "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1401">#1401</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1405">#1405</a></li>
4-
<li>Support Symfony5 / DoctrineBundle 2 persistence library interface (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1401">#1401</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1404">#1404</a></li>
5-
<li>Support indexing of template assignment expression for Twig template names (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1400">#1400</a></li>
6-
<li>Added support for namespaced Twig classes (Marcel Rummens) <a href="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) <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>
712
</ul>
813
</html>

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

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

77
<description><![CDATA[
@@ -559,6 +559,7 @@
559559
<ControllerActionGotoRelatedCollector implementation="fr.adrienbrault.idea.symfony2plugin.navigation.controller.RouteControllerRelatedGotoCollector"/>
560560
<ControllerActionGotoRelatedCollector implementation="fr.adrienbrault.idea.symfony2plugin.navigation.controller.ModelsControllerRelatedGotoCollector"/>
561561
<ControllerActionGotoRelatedCollector implementation="fr.adrienbrault.idea.symfony2plugin.navigation.controller.TemplatesControllerRelatedGotoCollector"/>
562+
<ControllerActionGotoRelatedCollector implementation="fr.adrienbrault.idea.symfony2plugin.navigation.controller.TwigControllerUsageControllerRelatedGotoCollector"/>
562563

563564
<GotoCompletionRegistrar implementation="fr.adrienbrault.idea.symfony2plugin.form.FormOptionGotoCompletionRegistrar"/>
564565
<GotoCompletionRegistrar implementation="fr.adrienbrault.idea.symfony2plugin.templating.BlockGotoCompletionRegistrar"/>

0 commit comments

Comments
 (0)