Skip to content

Commit 28dc9e9

Browse files
committed
build 0.18.181
1 parent 461ea6a commit 28dc9e9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

16+
## 0.18.181
17+
* 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+
* 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)
19+
1620
## 0.18.180
1721
* Twig variable is searching based on template index, which supports much more use cases [#1356](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1356) (Daniel Espendiller)
1822

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<ul>
3-
<li>Twig variable is searching based on template index, which supports much more use cases <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1356">#1356</a> (Daniel Espendiller)</li>
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>
45
</ul>
56
</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.180</version>
4+
<version>0.18.181</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)