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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ Changelog
8
8
* 0.10.x: PhpStorm 7 (no support)
9
9
* 0.9.x: PhpStorm 6 (no support)
10
10
11
+
## 0.13.136
12
+
* Support SensioFrameworkExtraBundle @Route annotation for indexer [#828](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/828)
13
+
* Add else and elseif to Twig references tag whitelist; fix autocompletion on constant twig macro [#869](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/869)
14
+
* Implement support for PSR-11 containers [#867](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/867)
15
+
* Add inspection for xml and yaml constants in dic container
16
+
* Replace deprecated api usages
17
+
11
18
## 0.13.135
12
19
* Add global template navigation for xml strings and provide template name completion for "template" attributes [#803](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/803)
13
20
* Linemarker collectors are not instance safe, load lazy values internally [#846](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/846)
<li>Support SensioFrameworkExtraBundle @Route annotation for indexer <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/828">#828</a></li>
112
+
<li>Add else and elseif to Twig references tag whitelist; fix autocompletion on constant twig macro <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/869">#869</a></li>
113
+
<li>Implement support for PSR-11 containers <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/867">#867</a></li>
114
+
<li>Add inspection for xml and yaml constants in dic container</li>
115
+
<li>Replace deprecated api usages</li>
116
+
</ul>
117
+
109
118
<h2>0.13.135</h2>
110
119
<ul>
111
120
<li>Add global template navigation for xml strings and provide template name completion for "template" attributes <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/803">#803</a></li>
@@ -123,7 +132,6 @@
123
132
<li>Fix possible npe in variable type extraction <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/822">#822</a></li>
124
133
</ul>
125
134
126
-
<br/>
127
135
<h2>0.13.134</h2>
128
136
<ul>
129
137
<li>Fix ConfigLineMarkerProvider.getTreeSignatures must not return null <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/846">#846</a></li>
0 commit comments