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

Skip to content

Commit 602ce89

Browse files
committed
build 0.14.148
1 parent be29e02 commit 602ce89

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Changelog
99
* 0.10.x: PhpStorm 7 (no support)
1010
* 0.9.x: PhpStorm 6 (no support)
1111

12+
## 0.14.148
13+
* Symfony 3.3 Fully support autowire in defaults of XML [#966](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966)
14+
* Symfony 3.3 Arguments are not autocompleted when using the FQCN as id [#968](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/968) [#966](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966)
15+
* Symfony 4.0 Support array Kernel::getKernelParameters and array_replace [#973](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/973)
16+
* Symfony 3.3 Provide class name completion in xml service ids [#967](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/967)
17+
* Symfony 3.3 Goto definition does not support services with FQCN xml ids shortcuts [#952](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/952)
18+
1219
## 0.14.147
1320
* Fix recursive string value resolve on class fields
1421
* Dropping custom caret overlay listener and all extension points in favor of core parameter hints

META-INF/plugin.xml

Lines changed: 10 additions & 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 Plugin</name>
4-
<version>0.14.147</version>
4+
<version>0.14.148</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -109,6 +109,15 @@
109109
110110
<br/>
111111
112+
<h2>0.14.148</h2>
113+
<ul>
114+
<li>Symfony 3.3 Fully support autowire in defaults of XML <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966">#966</a></li>
115+
<li>Symfony 3.3 Arguments are not autocompleted when using the FQCN as id <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/968">#968</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966">#966</a></li>
116+
<li>Symfony 4.0 Support array Kernel::getKernelParameters and array_replace <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/973">#973</a></li>
117+
<li>Symfony 3.3 Provide class name completion in xml service ids <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/967">#967</a></li>
118+
<li>Symfony 3.3 Goto definition does not support services with FQCN xml ids shortcuts <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/952">#952</a></li>
119+
</ul>
120+
112121
<h2>0.14.147</h2>
113122
<ul>
114123
<li>Fix recursive string value resolve on class fields</li>

0 commit comments

Comments
 (0)
0