Skip to content

Commit 82bc31c

Browse files
committed
build 0.20.197
1 parent c77afaa commit 82bc31c

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

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

18+
## 0.20.197
19+
* Provide checkbox to disable Twig file icon decoration [#1485](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485) (Daniel Espendiller)
20+
* Enrich compile service data with metadata indexer to support configuration like autowire (Daniel Espendiller)
21+
* Use internal icons for service linemarker (Daniel Espendiller)
22+
* Provide linemarker for a constructor which supports autowire (Daniel Espendiller)
23+
* Provide yaml navigation for services defined via resource (Daniel Espendiller)
24+
* Provide resources index for service and use it in linemarker classes to indicate it and also provide a tagged icon (Daniel Espendiller)
25+
1826
## 0.20.196
1927
* Ignore Doctrine repository return type provider on magic method pattern if already in repository [#1481](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1481) (Daniel Espendiller)
2028
* Provide custom Twig file overlay to indicate "extends" and attached controller template types [#1485](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485) (Daniel Espendiller)
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<html>
2-
<ul>
3-
<li>Ignore Doctrine repository return type provider on magic method pattern if already in repository <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1481">#1481</a> (Daniel Espendiller)</li>
4-
<li>Provide custom Twig file overlay to indicate "extends" and attached controller template types <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485">#1485</a> (Daniel Espendiller)</li>
5-
<li>Index service definition for PHP files (Daniel Espendiller)</li>
6-
<li>Support global Symfony DIC function: "service" and "param" (Daniel Espendiller)</li>
1+
<html><ul>
2+
<li>Provide checkbox to disable Twig file icon decoration <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485">#1485</a> (Daniel Espendiller)</li>
3+
<li>Enrich compile service data with metadata indexer to support configuration like autowire (Daniel Espendiller)</li>
4+
<li>Use internal icons for service linemarker (Daniel Espendiller)</li>
5+
<li>Provide linemarker for a constructor which supports autowire (Daniel Espendiller)</li>
6+
<li>Provide yaml navigation for services defined via resource (Daniel Espendiller)</li>
7+
<li>Provide resources index for service and use it in linemarker classes to indicate it and also provide a tagged icon (Daniel Espendiller)</li>
78
</ul>
89
</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.20.196</version>
4+
<version>0.20.197</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)