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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ Changelog
13
13
* 0.10.x: PhpStorm 7 (no support)
14
14
* 0.9.x: PhpStorm 6 (no support)
15
15
16
+
## 0.18.182
17
+
* Remove custom related template search for controller and migrate to indexer visitor [#1370](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1370) (Daniel Espendiller)
18
+
* Provide template guesser for @Template with default property is empty [#1368](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1368) (Daniel Espendiller)
19
+
* Added path for default debug container in Symfony 4 [#1367](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1367) (Artem Oliynyk)
20
+
16
21
## 0.18.181
17
22
* Completion for YAML tags, keywords and PHP constants [#1336](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1336)[#1364](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1364) (Thomas Schulz)
18
23
* Support template name references resolve when complete / navigate to Twig variables on twig render() parameter [#1361](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1361) (Daniel Espendiller)
<li>Completion for YAML tags, keywords and PHP constants <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1336">#1336</a><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1364">#1364</a> (Thomas Schulz)</li>
4
-
<li>Support template name references resolve when complete / navigate to Twig variables on twig render() parameter <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1361">#1361</a> (Daniel Espendiller)</li>
3
+
<li>Remove custom related template search for controller and migrate to indexer visitor <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1370">#1370</a> (Daniel Espendiller)</li>
4
+
<li>Provide template guesser for @Template with default property is empty <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1368">#1368</a> (Daniel Espendiller)</li>
5
+
<li>Added path for default debug container in Symfony 4 <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1367">#1367</a> (Artem Oliynyk)</li>
0 commit comments