Skip to content

Commit 5d63376

Browse files
committed
build 0.18.182
1 parent cb2fd38 commit 5d63376

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

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+
1621
## 0.18.181
1722
* 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)
1823
* 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)
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<ul>
3-
<li>Completion for YAML tags, keywords and PHP constants <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1336">#1336</a> <a href="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 <a href="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 <a href="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 <a href="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 <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1367">#1367</a> (Artem Oliynyk)</li>
56
</ul>
67
</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.18.181</version>
4+
<version>0.18.182</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)