You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ Changelog
9
9
* 0.10.x: PhpStorm 7 (no support)
10
10
* 0.9.x: PhpStorm 6 (no support)
11
11
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
+
12
16
## 0.14.149
13
17
* Detect Twig templates when using `__invoke` controllers [#980](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/980); drop some redundant template annotation code
14
18
* 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)
<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
+
112
118
<h2>0.14.149</h2>
113
119
<ul>
114
120
<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