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

Skip to content

Commit 6981d0c

Browse files
committed
build 0.14.150
1 parent 5bd3b78 commit 6981d0c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

12+
## 0.14.150
13+
* Fix wrong cast in service builder class scope extraction [#989](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/989)
14+
* Support Symfony 3.3 class shortcut in yaml and xml method tag scope
15+
1216
## 0.14.149
1317
* Detect Twig templates when using `__invoke` controllers [#980](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/980); drop some redundant template annotation code
1418
* Add @Template __invoke support for annotation template creation quickfix and in Twig template controller resolver [#980](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/980)

META-INF/plugin.xml

Lines changed: 7 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.149</version>
4+
<version>0.14.150</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -109,6 +109,12 @@
109109
110110
<br/>
111111
112+
<h2>0.14.150</h2>
113+
<ul>
114+
<li>Fix wrong cast in service builder class scope extraction <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/989">#989</a></li>
115+
<li>Support Symfony 3.3 class shortcut in yaml and xml method tag scope</li>
116+
</ul>
117+
112118
<h2>0.14.149</h2>
113119
<ul>
114120
<li>Detect Twig templates when using `__invoke` controllers <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/980">#980</a>; drop some redundant template annotation code</li>

0 commit comments

Comments
 (0)
0