8000 build 0.12.122 · Koc/idea-php-symfony2-plugin@de0fe4d · GitHub
[go: up one dir, main page]

Skip to content

Commit de0fe4d

Browse files
committed
build 0.12.122
1 parent 443d25c commit de0fe4d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Changelog
77
0.10.x: PhpStorm 7 (no support)
88
0.9.x: PhpStorm 6 (no support)
99

10+
### 0.12.122
11+
* Service generator should close on escape key event
12+
* Fix nullable condition on service container builder #754
13+
* Fix yaml does not autocomplete route host option #756
14+
* Settings for the plugin may be better placed inside the PHP group, like other frameworks #735
15+
* EAP: Fix nullable value index for container parameter #737
16+
* Fix possible memory leaks in settings because of project reference
17+
* Add navigation for yaml constant "!php/const:" syntax
18+
* Internally: Dropped all container service source, just one collection now
19+
1020
### 0.12.121
1121
* Add support for decorator inner services #510
1222
* Fix NPE exception in RouteHelper #750

META-INF/plugin.xml

Lines changed: 13 additions & 1 deletion
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.121</version>
4+
<version>0.12.122</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -109,6 +109,18 @@
109109
0.9.x: PhpStorm 6 (no support)<br/>
110110
111111
<br/>
112+
<h2>0.12.122</h2>
113+
<ul>
114+
<li>Service generator should close on escape key event</li>
115+
<li>Fix nullable condition on service container builder <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/754">#754</a></li>
116+
<li>Fix yaml does not autocomplete route host option <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/756">#756</a></li>
117+
<li>Settings for the plugin may be better placed inside the PHP group, like other frameworks <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/735">#735</a></li>
118+
<li>EAP: Fix nullable value index for container parameter <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/737">#737</a></li>
119+
<li>Fix possible memory leaks in settings because of project reference</li>
120+
<li>Add navigation for yaml constant "!php/const:" syntax</li>
121+
<li>Internally: Dropped all container service source, just one collection now</li>
122+
</ul>
123+
112124
<h2>0.12.121</h2>
113125
<ul>
114126
<li>Add support for decorator inner services <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/510">#510</a></li>

0 commit comments

Comments
 (0)
0