Skip to content

Commit e6c81ae

Browse files
committed
build 0.18.178
1 parent 9fdbb77 commit e6c81ae

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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.178
17+
* Support new node tree structure of Symfony configuration and fix pattern for possible empty file of config file detection [#1344](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1344) (Daniel Espendiller)
18+
* Support more dotenv files [#1345](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1345) (Daniel Espendiller)
19+
1620
## 0.18.177
1721
* Support default form types for different Symfony versions (Daniel Espendiller) [#1343](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1343)
1822
* Improve completion support for FQCN::method routes (Daniel Espendiller) [#1231](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1231) [#1159](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1159)
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<html>
22
<ul>
3-
<li>Support default form types for different Symfony versions (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1343">#1343</a></li>
4-
<li>Improve completion support for FQCN::method routes (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1231">#1231</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1159">#1159</a></li>
5-
<li>Support @IsGranted attribute in annotations (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1341">#1341</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1189">#1189</a></li>
6-
<li>ContainerBuilderStubIndex: remove accessing to another indexes in the indexer, use more suitable API for extracting classes from file (AlexMovsesov) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1339">#1339</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1340">#1340</a></li>
3+
<li>Support new node tree structure of Symfony configuration and fix pattern for possible empty file of config file detection <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1344">#1344</a> (Daniel Espendiller)</li>
4+
<li>Support more dotenv files <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1345">#1345</a> (Daniel Espendiller)</li>
75
</ul>
8-
</html>
6+
</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.177</version>
4+
<version>0.18.178</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)