Skip to content

Commit 8b1e50a

Browse files
committed
build 0.12.121
1 parent 6b4acff commit 8b1e50a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Changelog
77
0.10.x: PhpStorm 7 (no support)
88
0.9.x: PhpStorm 6 (no support)
99

10+
### 0.12.121
11+
* Add support for decorator inner services #510
12+
* Fix NPE exception in RouteHelper #750
13+
* Fix NullPointerException in FormFieldResolver #747
14+
* Add navigation for controller annotation #748
15+
* Service parent key completion should only be valid inside service scope #744
16+
1017
### 0.12.120
1118
* Don't report standalone yaml colon in mapping value @xabbuh #733
1219
* "request" service should only be visible inside supported Symfony version < 3.0

META-INF/plugin.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2" url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony Plugin</name>
4-
<version>0.12.120</version>
4+
<version>0.12.121</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -109,6 +109,15 @@
109109
0.9.x: PhpStorm 6 (no support)<br/>
110110
111111
<br/>
112+
<h2>0.12.121</h2>
113+
<ul>
114+
<li>Add support for decorator inner services <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/510">#510</a></li>
115+
<li>Fix NPE exception in RouteHelper <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/750">#750</a></li>
116+
<li>Fix NullPointerException in FormFieldResolver <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/747">#747</a></li>
117+
<li>Add navigation for controller annotation <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/748">#748</a></li>
118+
<li>Service parent key completion should only be valid inside service scope <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/744">#744</a></li>
119+
</ul>
120+
112121
<h2>0.12.120</h2>
113122
<ul>
114123
<li>Don't report standalone yaml colon in mapping value @xabbuh <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/733">#733</a></li>

0 commit comments

Comments
 (0)